TestCompatHttpClientBase.GetTestResultDetailsForReleaseAsync 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
GetTestResultDetailsForReleaseAsync(Guid, Int32, Int32, String, String, String, String, Object, CancellationToken)
Caution
This API is now deprecated.
[Preview API]
public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestResultsDetails> GetTestResultDetailsForReleaseAsync(Guid project, int releaseId, int releaseEnvId, string publishContext = null, string groupBy = null, string filter = null, string orderby = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
[System.Obsolete]
public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestResultsDetails> GetTestResultDetailsForReleaseAsync(Guid project, int releaseId, int releaseEnvId, string publishContext = null, string groupBy = null, string filter = null, string orderby = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetTestResultDetailsForReleaseAsync : Guid * int * int * string * string * string * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestResultsDetails>
override this.GetTestResultDetailsForReleaseAsync : Guid * int * int * string * string * string * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestResultsDetails>
Parameters
- project
- Guid
Project ID
- releaseId
- Int32
- releaseEnvId
- Int32
- publishContext
- String
- groupBy
- String
- filter
- String
- orderby
- String
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
- Attributes
Applies to
GetTestResultDetailsForReleaseAsync(String, Int32, Int32, String, String, String, String, Object, CancellationToken)
Caution
This API is now deprecated.
[Preview API]
public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestResultsDetails> GetTestResultDetailsForReleaseAsync(string project, int releaseId, int releaseEnvId, string publishContext = null, string groupBy = null, string filter = null, string orderby = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
[System.Obsolete]
public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestResultsDetails> GetTestResultDetailsForReleaseAsync(string project, int releaseId, int releaseEnvId, string publishContext = null, string groupBy = null, string filter = null, string orderby = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetTestResultDetailsForReleaseAsync : string * int * int * string * string * string * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestResultsDetails>
override this.GetTestResultDetailsForReleaseAsync : string * int * int * string * string * string * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestResultsDetails>
Parameters
- project
- String
Project ID or project name
- releaseId
- Int32
- releaseEnvId
- Int32
- publishContext
- String
- groupBy
- String
- filter
- String
- orderby
- String
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
- Attributes