Share via


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

See Also

Reference

ISessionHelper Interface

Create Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace