Command.DecrementCacheUsage Method

[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.Int32

    Number of bytes being removed from the command cache.

.NET Framework Security

See Also

Reference

Command Class

Microsoft.TeamFoundation.Framework.Server Namespace