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
- operationName
Type: System.String
- operationPrefix
Type: System.String
Return Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.