TestHttpClientBase.GetResultGroupsByReleaseAsync Method
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.
GetResultGroupsByReleaseAsync(Guid, Int32, String, Nullable<Int32>, IEnumerable<String>, Object, CancellationToken)
[Preview API]
C#
public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestResultsGroupsForRelease> GetResultGroupsByReleaseAsync (Guid project, int releaseId, string publishContext, Nullable<int> releaseEnvId = null, System.Collections.Generic.IEnumerable<string> fields = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetResultGroupsByReleaseAsync : Guid * int * string * Nullable<int> * seq<string> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestResultsGroupsForRelease>
override this.GetResultGroupsByReleaseAsync : Guid * int * string * Nullable<int> * seq<string> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestResultsGroupsForRelease>
Parameters
- project
- Guid
Project ID
- releaseId
- Int32
- publishContext
- String
- fields
- IEnumerable<String>
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
Azure DevOps Services .NET SDK latest
Ürün | Sürümler |
---|---|
Azure DevOps Services .NET SDK | latest |
GetResultGroupsByReleaseAsync(String, Int32, String, Nullable<Int32>, IEnumerable<String>, Object, CancellationToken)
[Preview API]
C#
public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestResultsGroupsForRelease> GetResultGroupsByReleaseAsync (string project, int releaseId, string publishContext, Nullable<int> releaseEnvId = null, System.Collections.Generic.IEnumerable<string> fields = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetResultGroupsByReleaseAsync : string * int * string * Nullable<int> * seq<string> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestResultsGroupsForRelease>
override this.GetResultGroupsByReleaseAsync : string * int * string * Nullable<int> * seq<string> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestResultsGroupsForRelease>
Parameters
- project
- String
Project ID or project name
- releaseId
- Int32
- publishContext
- String
- fields
- IEnumerable<String>
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
Azure DevOps Services .NET SDK latest
Ürün | Sürümler |
---|---|
Azure DevOps Services .NET SDK | latest |
GetResultGroupsByReleaseAsync(Guid, Int32, String, Nullable<Int32>, IEnumerable<String>, String, Object, CancellationToken)
[Preview API]
C#
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.FieldDetailsForTestResults>> GetResultGroupsByReleaseAsync (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);
override this.GetResultGroupsByReleaseAsync : Guid * int * string * Nullable<int> * seq<string> * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<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
Azure DevOps Services .NET SDK preview
Ürün | Sürümler |
---|---|
Azure DevOps Services .NET SDK | preview |
GetResultGroupsByReleaseAsync(String, Int32, String, Nullable<Int32>, IEnumerable<String>, String, Object, CancellationToken)
[Preview API]
C#
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.FieldDetailsForTestResults>> GetResultGroupsByReleaseAsync (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);
override this.GetResultGroupsByReleaseAsync : string * int * string * Nullable<int> * seq<string> * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<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.
Returns
Applies to
Azure DevOps Services .NET SDK preview
Ürün | Sürümler |
---|---|
Azure DevOps Services .NET SDK | preview |