Edit

TestResultsHttpClientBase.GetTestLogStoreEndpointDetailsForSubResultLogAsync Method

Definition

Overloads

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

[Preview API]

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

The cancellation token to cancel operation.

Returns

Applies to

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

[Preview API]

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

The cancellation token to cancel operation.

Returns

Applies to