Command.IncrementCacheUsage Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
‘선언
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
- bytes
Type: System.Int32
Return Value
Type: System.Boolean
.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.