ArtifactHelper.ParseSessionId Method
Namespace: Microsoft.TeamFoundation.TestManagement.Common.Internal
Assembly: Microsoft.TeamFoundation.TestManagement.Common (in Microsoft.TeamFoundation.TestManagement.Common.dll)
Syntax
'Declaration
Public Shared Function ParseSessionId ( _
artifactUri As Uri, _
<OutAttribute> ByRef sessionId As Integer _
) As Boolean
public static bool ParseSessionId(
Uri artifactUri,
out int sessionId
)
public:
static bool ParseSessionId(
Uri^ artifactUri,
[OutAttribute] int% sessionId
)
static member ParseSessionId :
artifactUri:Uri *
sessionId:int byref -> bool
public static function ParseSessionId(
artifactUri : Uri,
sessionId : int
) : boolean
Parameters
- artifactUri
Type: System.Uri
- sessionId
Type: System.Int32%
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.
See Also
Reference
Microsoft.TeamFoundation.TestManagement.Common.Internal Namespace