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.
Method that deletes the files in the cache
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Sub Delete ( _
requestContext As TeamFoundationRequestContext, _
stateInfo As Object _
)
void Delete(
TeamFoundationRequestContext requestContext,
Object stateInfo
)
void Delete(
TeamFoundationRequestContext^ requestContext,
Object^ stateInfo
)
abstract Delete :
requestContext:TeamFoundationRequestContext *
stateInfo:Object -> unit
function Delete(
requestContext : TeamFoundationRequestContext,
stateInfo : Object
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
stateInfo
Type: System.ObjectAmount of space (in bytes)that need to be freed up
Remarks
WaitCallback delegate method
.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.