TestResultsHttpClientBase.GetTestLogStoreEndpointDetailsForSubResultLogAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- type
- TestLogType
- 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
- type
- TestLogType
- filePath
- String
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.