IDeleteCacheItems.Delete Method

Method that deletes the files in the cache.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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

  • stateInfo
    Type: System.Object

    Amount of space (in bytes) that must be freed up.

Remarks

[WaitCallback] delegate method.

.NET Framework Security

See Also

Reference

IDeleteCacheItems Interface

Microsoft.TeamFoundation.Framework.Server Namespace