Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ISessionHelper
public interface ISessionHelper
public interface class ISessionHelper
type ISessionHelper =  interface end
public interface ISessionHelper
The ISessionHelper type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | Count | Queries the server to find the number of test sessions matching the given query. | 
| .gif) | Create() | Creates a new test session. | 
| .gif) | Create(Int32) | Creates a new test session and sets the plan id. | 
| .gif) | Delete | Delete specified sessions. | 
| .gif) | Find | Retrieves a single test session from the server based on its unique Id | 
| .gif) | FindByLink | Retrieves a single test session from the server based on its unique Url. | 
| .gif) | Query | Queries the server to find all test sessions matching the given query. | 
Top