ISessionHelper.Find Method (Int32)
Retrieves a single test session from the server based on its unique Id
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ISession Find(
int sessionId
)
ISession^ Find(
int sessionId
)
abstract Find :
sessionId:int -> ISession
Function Find (
sessionId As Integer
) As ISession
Parameters
- sessionId
Type: System.Int32
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ISession
The session object.
See Also
ISessionHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top