ISessionHelper.Create Method (Int32)
Creates a new test session and sets the plan id.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ISession Create(
int testPlanId
)
ISession^ Create(
int testPlanId
)
abstract Create :
testPlanId:int -> ISession
Function Create (
testPlanId As Integer
) As ISession
Parameters
- testPlanId
Type: System.Int32
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ISession
See Also
Create Overload
ISessionHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top