TestResultsHttpClientBase.TestLogStoreEndpointDetailsForBuildAsync 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
TestLogStoreEndpointDetailsForBuildAsync(Guid, Int32, TestLogStoreOperationType, Object, CancellationToken)
[Preview API]
public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestLogStoreEndpointDetails> TestLogStoreEndpointDetailsForBuildAsync(Guid project, int buildId, Microsoft.TeamFoundation.TestManagement.WebApi.TestLogStoreOperationType testLogStoreOperationType, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member TestLogStoreEndpointDetailsForBuildAsync : Guid * int * Microsoft.TeamFoundation.TestManagement.WebApi.TestLogStoreOperationType * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestLogStoreEndpointDetails>
override this.TestLogStoreEndpointDetailsForBuildAsync : Guid * int * Microsoft.TeamFoundation.TestManagement.WebApi.TestLogStoreOperationType * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestLogStoreEndpointDetails>
Parameters
- project
- Guid
Project ID
- buildId
- Int32
- testLogStoreOperationType
- TestLogStoreOperationType
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
TestLogStoreEndpointDetailsForBuildAsync(String, Int32, TestLogStoreOperationType, Object, CancellationToken)
[Preview API]
public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestLogStoreEndpointDetails> TestLogStoreEndpointDetailsForBuildAsync(string project, int buildId, Microsoft.TeamFoundation.TestManagement.WebApi.TestLogStoreOperationType testLogStoreOperationType, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member TestLogStoreEndpointDetailsForBuildAsync : string * int * Microsoft.TeamFoundation.TestManagement.WebApi.TestLogStoreOperationType * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestLogStoreEndpointDetails>
override this.TestLogStoreEndpointDetailsForBuildAsync : string * int * Microsoft.TeamFoundation.TestManagement.WebApi.TestLogStoreOperationType * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestLogStoreEndpointDetails>
Parameters
- project
- String
Project ID or project name
- buildId
- Int32
- testLogStoreOperationType
- TestLogStoreOperationType
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.