Share via


Command.IncrementCacheUsage Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function IncrementCacheUsage ( _
    bytes As Integer _
) As Boolean
public bool IncrementCacheUsage(
    int bytes
)
public:
bool IncrementCacheUsage(
    int bytes
)
member IncrementCacheUsage : 
        bytes:int -> bool 
public function IncrementCacheUsage(
    bytes : int
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

Command Class

Microsoft.TeamFoundation.Framework.Server Namespace