Compartilhar via


Método ServiceLevel.TryGetServiceLevelFromOperation

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

Sintaxe

'Declaração
Public Shared Function TryGetServiceLevelFromOperation ( _
    operationName As String, _
    operationPrefix As String, _
    <OutAttribute> ByRef level As ServiceLevel _
) As Boolean
public static bool TryGetServiceLevelFromOperation(
    string operationName,
    string operationPrefix,
    out ServiceLevel level
)

Parâmetros

Valor de retorno

Tipo: System.Boolean
Retorna Boolean.

Segurança do .NET Framework

Consulte também

Referência

ServiceLevel Classe

Namespace Microsoft.TeamFoundation.Framework.Server