Compartir a través de


ServicingContext.TryGetToken (Método)

Intentos de recuperar un token de contenedor de token.

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Server
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

'Declaración
Public Function TryGetToken ( _
    tokenName As String, _
    <OutAttribute> ByRef value As String _
) As Boolean
public bool TryGetToken(
    string tokenName,
    out string value
)

Parámetros

Valor devuelto

Tipo: System.Boolean
True si el token se encontró y no es nulo o vacío.

Seguridad de .NET Framework

Vea también

Referencia

ServicingContext Clase

Microsoft.TeamFoundation.Framework.Server (Espacio de nombres)