Edit

TestResultsHttpClientBase.GetTestSubResultLogsAsync Method

Definition

Overloads

GetTestSubResultLogsAsync(String, Int32, Int32, Int32, TestLogType, String, String, Nullable<Boolean>, Nullable<Int32>, String, Object, CancellationToken)

[Preview API]

public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestLog>> GetTestSubResultLogsAsync(string project, int runId, int resultId, int subResultId, Microsoft.TeamFoundation.TestManagement.WebApi.TestLogType type, string directoryPath = null, string fileNamePrefix = null, Nullable<bool> fetchMetaData = null, Nullable<int> top = null, string continuationToken = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetTestSubResultLogsAsync : string * int * int * int * Microsoft.TeamFoundation.TestManagement.WebApi.TestLogType * string * string * Nullable<bool> * Nullable<int> * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestLog>>
override this.GetTestSubResultLogsAsync : string * int * int * int * Microsoft.TeamFoundation.TestManagement.WebApi.TestLogType * string * string * Nullable<bool> * Nullable<int> * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestLog>>

Parameters

project
String

Project ID or project name

runId
Int32
resultId
Int32
subResultId
Int32
directoryPath
String
fileNamePrefix
String
fetchMetaData
Nullable<Boolean>
continuationToken
String

Header to pass the continuationToken

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

GetTestSubResultLogsAsync(Guid, Int32, Int32, Int32, TestLogType, String, String, Nullable<Boolean>, Nullable<Int32>, String, Object, CancellationToken)

[Preview API]

public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestLog>> GetTestSubResultLogsAsync(Guid project, int runId, int resultId, int subResultId, Microsoft.TeamFoundation.TestManagement.WebApi.TestLogType type, string directoryPath = null, string fileNamePrefix = null, Nullable<bool> fetchMetaData = null, Nullable<int> top = null, string continuationToken = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetTestSubResultLogsAsync : Guid * int * int * int * Microsoft.TeamFoundation.TestManagement.WebApi.TestLogType * string * string * Nullable<bool> * Nullable<int> * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestLog>>
override this.GetTestSubResultLogsAsync : Guid * int * int * int * Microsoft.TeamFoundation.TestManagement.WebApi.TestLogType * string * string * Nullable<bool> * Nullable<int> * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestLog>>

Parameters

project
Guid

Project ID

runId
Int32
resultId
Int32
subResultId
Int32
directoryPath
String
fileNamePrefix
String
fetchMetaData
Nullable<Boolean>
continuationToken
String

Header to pass the continuationToken

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to