IDeleteCacheItems.Delete Method
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- stateInfo
Type: System.Object
.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.