Edit

TestResultsHttpClientBase.GetTestLogStoreEndpointDetailsForResultLogAsync Method

Definition

Overloads

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

[Preview API]

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

The cancellation token to cancel operation.

Returns

Applies to

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

[Preview API]

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

The cancellation token to cancel operation.

Returns

Applies to