Edit

TestResultsHttpClientBase.GetTestLogStoreEndpointDetailsForRunLogAsync Method

Definition

Overloads

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

[Preview API]

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

runId
Int32
filePath
String
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

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

[Preview API]

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

runId
Int32
filePath
String
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to