Compartilhar via


Método TeamFoundationCacheService<TKey, TValue>.Remove

Remove um item do cache. Este método é thread-safe.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxe

'Declaração
Public Function Remove ( _
    requestContext As TeamFoundationRequestContext, _
    key As TKey _
) As Boolean
public bool Remove(
    TeamFoundationRequestContext requestContext,
    TKey key
)

Parâmetros

Valor de retorno

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

TeamFoundationCacheService<TKey, TValue> Classe

Namespace Microsoft.TeamFoundation.Framework.Server