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
'Declaration
Function Create ( _
testPlanId As Integer _
) As ISession
ISession Create(
int testPlanId
)
ISession^ Create(
int testPlanId
)
abstract Create :
testPlanId:int -> ISession
function Create(
testPlanId : int
) : ISession
Parameters
- testPlanId
Type: Int32
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ISession
.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.