Share via


Command.DecrementCacheUsage Method

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

.NET Framework Security

See Also

Reference

Command Class

Microsoft.TeamFoundation.Framework.Server Namespace