Share via


ServiceLevel.TryGetServiceLevelFromOperation Method

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

Syntax

'Declaration
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
)
public:
static bool TryGetServiceLevelFromOperation(
    String^ operationName, 
    String^ operationPrefix, 
    [OutAttribute] ServiceLevel^% level
)
static member TryGetServiceLevelFromOperation : 
        operationName:string * 
        operationPrefix:string * 
        level:ServiceLevel byref -> bool
public static function TryGetServiceLevelFromOperation(
    operationName : String, 
    operationPrefix : String, 
    level : ServiceLevel
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

ServiceLevel Class

Microsoft.TeamFoundation.Framework.Server Namespace