Edit

TestResultsHttpClientBase.GetTestLogStoreEndpointDetailsForBuildLogAsync Method

Definition

Overloads

GetTestLogStoreEndpointDetailsForBuildLogAsync(Guid, Int32, TestLogType, String, Object, CancellationToken)

[Preview API]

public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestLogStoreEndpointDetails> GetTestLogStoreEndpointDetailsForBuildLogAsync(Guid project, int build, Microsoft.TeamFoundation.TestManagement.WebApi.TestLogType type, string filePath, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetTestLogStoreEndpointDetailsForBuildLogAsync : Guid * int * Microsoft.TeamFoundation.TestManagement.WebApi.TestLogType * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestLogStoreEndpointDetails>
override this.GetTestLogStoreEndpointDetailsForBuildLogAsync : Guid * int * Microsoft.TeamFoundation.TestManagement.WebApi.TestLogType * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestLogStoreEndpointDetails>

Parameters

project
Guid

Project ID

build
Int32
filePath
String
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

GetTestLogStoreEndpointDetailsForBuildLogAsync(String, Int32, TestLogType, String, Object, CancellationToken)

[Preview API]

public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestLogStoreEndpointDetails> GetTestLogStoreEndpointDetailsForBuildLogAsync(string project, int build, Microsoft.TeamFoundation.TestManagement.WebApi.TestLogType type, string filePath, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetTestLogStoreEndpointDetailsForBuildLogAsync : string * int * Microsoft.TeamFoundation.TestManagement.WebApi.TestLogType * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestLogStoreEndpointDetails>
override this.GetTestLogStoreEndpointDetailsForBuildLogAsync : string * int * Microsoft.TeamFoundation.TestManagement.WebApi.TestLogType * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestLogStoreEndpointDetails>

Parameters

project
String

Project ID or project name

build
Int32
filePath
String
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to