ISessionHelper Interface

 

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

public interface ISessionHelper
public interface class ISessionHelper
type ISessionHelper = interface end
Public Interface ISessionHelper

Methods

Name Description
System_CAPS_pubmethod Count(String)

Queries the server to find the number of test sessions matching the given query.

System_CAPS_pubmethod Create()

Creates a new test session.

System_CAPS_pubmethod Create(Int32)

Creates a new test session and sets the plan id.

System_CAPS_pubmethod Delete(IEnumerable<ISession>)

Delete specified sessions.

System_CAPS_pubmethod Find(Int32)

Retrieves a single test session from the server based on its unique Id

System_CAPS_pubmethod FindByLink(Uri)

Retrieves a single test session from the server based on its unique Url.

System_CAPS_pubmethod Query(String)

Queries the server to find all test sessions matching the given query.

See Also

Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top