The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ISessionHelper Interface
Namespace:
Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Name | Description | |
|---|---|---|
![]() | Count(String^) | Queries the server to find the number of test sessions matching the given query. |
![]() | Create() | Creates a new test session. |
![]() | Create(Int32) | Creates a new test session and sets the plan id. |
![]() | Delete(IEnumerable<ISession^>^) | Delete specified sessions. |
![]() | Find(Int32) | Retrieves a single test session from the server based on its unique Id |
![]() | FindByLink(Uri^) | Retrieves a single test session from the server based on its unique Url. |
![]() | Query(String^) | Queries the server to find all test sessions matching the given query. |
Show:
