TestResultsHttpClient.GetResultGroupsByReleaseWithContinuationTokenAsync 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
GetResultGroupsByReleaseWithContinuationTokenAsync(Guid, Int32, String, Nullable<Int32>, IEnumerable<String>, String, Object, CancellationToken)
[Preview API]
public virtual System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.TestManagement.WebApi.FieldDetailsForTestResults>> GetResultGroupsByReleaseWithContinuationTokenAsync(Guid project, int releaseId, string publishContext, Nullable<int> releaseEnvId = null, System.Collections.Generic.IEnumerable<string> fields = null, string continuationToken = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetResultGroupsByReleaseWithContinuationTokenAsync : Guid * int * string * Nullable<int> * seq<string> * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.TestManagement.WebApi.FieldDetailsForTestResults>>
override this.GetResultGroupsByReleaseWithContinuationTokenAsync : Guid * int * string * Nullable<int> * seq<string> * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.TestManagement.WebApi.FieldDetailsForTestResults>>
Parameters
- project
- Guid
Project ID
- releaseId
- Int32
- publishContext
- String
- fields
- IEnumerable<String>
- continuationToken
- String
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
GetResultGroupsByReleaseWithContinuationTokenAsync(String, Int32, String, Nullable<Int32>, IEnumerable<String>, String, Object, CancellationToken)
[Preview API]
public virtual System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.TestManagement.WebApi.FieldDetailsForTestResults>> GetResultGroupsByReleaseWithContinuationTokenAsync(string project, int releaseId, string publishContext, Nullable<int> releaseEnvId = null, System.Collections.Generic.IEnumerable<string> fields = null, string continuationToken = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetResultGroupsByReleaseWithContinuationTokenAsync : string * int * string * Nullable<int> * seq<string> * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.TestManagement.WebApi.FieldDetailsForTestResults>>
override this.GetResultGroupsByReleaseWithContinuationTokenAsync : string * int * string * Nullable<int> * seq<string> * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.TestManagement.WebApi.FieldDetailsForTestResults>>
Parameters
- project
- String
Project ID or project name
- releaseId
- Int32
- publishContext
- String
- fields
- IEnumerable<String>
- continuationToken
- String
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.