Share via


IDeleteCacheItems.Delete Method

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

  • stateInfo
    Type: System.Object

    Amount of space (in bytes)that need to be freed up

Remarks

WaitCallback delegate method

.NET Framework Security

See Also

Reference

IDeleteCacheItems Interface

Microsoft.TeamFoundation.Server.Core Namespace