ISessionHelper.Find Method
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
'Declaration
Function Find ( _
sessionId As Integer _
) As ISession
ISession Find(
int sessionId
)
ISession^ Find(
int sessionId
)
abstract Find :
sessionId:int -> ISession
function Find(
sessionId : int
) : ISession
Parameters
- sessionId
Type: Int32
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ISession
The session object.
.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.