ITeamFoundationCachingService.Remove Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function Remove ( _
requestContext As TeamFoundationRequestContext, _
namespaceId As Guid, _
key As String _
) As Boolean
bool Remove(
TeamFoundationRequestContext requestContext,
Guid namespaceId,
string key
)
bool Remove(
TeamFoundationRequestContext^ requestContext,
Guid namespaceId,
String^ key
)
abstract Remove :
requestContext:TeamFoundationRequestContext *
namespaceId:Guid *
key:string -> bool
function Remove(
requestContext : TeamFoundationRequestContext,
namespaceId : Guid,
key : String
) : boolean
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- namespaceId
Type: System.Guid
- key
Type: System.String
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.