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

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ITeamFoundationCachingService Interface

Microsoft.TeamFoundation.Framework.Server Namespace