TestManagementHttpClient.GetTestSettingsAsync2 Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetTestSettingsAsync2(Guid, Nullable<Int32>, Nullable<Int32>, Object, CancellationToken)
[Preview API]
public virtual System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.TestManagement.WebApi.TestSettings2>> GetTestSettingsAsync2(Guid project, Nullable<int> top = null, Nullable<int> continuationToken = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetTestSettingsAsync2 : Guid * Nullable<int> * Nullable<int> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.TestManagement.WebApi.TestSettings2>>
override this.GetTestSettingsAsync2 : Guid * Nullable<int> * Nullable<int> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.TestManagement.WebApi.TestSettings2>>
Parameters
- project
- Guid
Project ID
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
GetTestSettingsAsync2(String, Nullable<Int32>, Nullable<Int32>, Object, CancellationToken)
[Preview API]
public virtual System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.TestManagement.WebApi.TestSettings2>> GetTestSettingsAsync2(string project, Nullable<int> top = null, Nullable<int> continuationToken = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetTestSettingsAsync2 : string * Nullable<int> * Nullable<int> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.TestManagement.WebApi.TestSettings2>>
override this.GetTestSettingsAsync2 : string * Nullable<int> * Nullable<int> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.TestManagement.WebApi.TestSettings2>>
Parameters
- project
- String
project name
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.