Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
DecrementCacheUsage is used to notify the command that data is being dropped from the cache, usually by returning it to the application.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub DecrementCacheUsage ( _
bytes As Integer _
)
public void DecrementCacheUsage(
int bytes
)
public:
void DecrementCacheUsage(
int bytes
)
member DecrementCacheUsage :
bytes:int -> unit
public function DecrementCacheUsage(
bytes : int
)
Parameters
bytes
Type: System.Int32Number of bytes being removed from the command cache.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.