Edit

TestHttpClientBase.GetSuiteEntriesAsync Method

Definition

Overloads

GetSuiteEntriesAsync(String, Int32, Object, CancellationToken)

[Preview API] Get a list of test suite entries in the test suite.

GetSuiteEntriesAsync(Guid, Int32, Object, CancellationToken)

[Preview API] Get a list of test suite entries in the test suite.

GetSuiteEntriesAsync(String, Int32, Object, CancellationToken)

[Preview API] Get a list of test suite entries in the test suite.

public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.SuiteEntry>> GetSuiteEntriesAsync(string project, int suiteId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetSuiteEntriesAsync : string * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.SuiteEntry>>
override this.GetSuiteEntriesAsync : string * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.SuiteEntry>>

Parameters

project
String

Project ID or project name

suiteId
Int32

Id of the parent suite.

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

GetSuiteEntriesAsync(Guid, Int32, Object, CancellationToken)

[Preview API] Get a list of test suite entries in the test suite.

public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.SuiteEntry>> GetSuiteEntriesAsync(Guid project, int suiteId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetSuiteEntriesAsync : Guid * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.SuiteEntry>>
override this.GetSuiteEntriesAsync : Guid * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.SuiteEntry>>

Parameters

project
Guid

Project ID

suiteId
Int32

Id of the parent suite.

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to