Bearbeiten

Freigeben über


TaskAgentHttpClientBase.GetServiceEndpointExecutionRecordsAsync Method

Definition

Overloads

GetServiceEndpointExecutionRecordsAsync(Guid, Guid, Nullable<Int32>, Object, CancellationToken)

[Preview API]

public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.ServiceEndpointExecutionRecord>> GetServiceEndpointExecutionRecordsAsync(Guid project, Guid endpointId, Nullable<int> top = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetServiceEndpointExecutionRecordsAsync : Guid * Guid * Nullable<int> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.ServiceEndpointExecutionRecord>>
override this.GetServiceEndpointExecutionRecordsAsync : Guid * Guid * Nullable<int> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.ServiceEndpointExecutionRecord>>

Parameters

project
Guid

Project ID

endpointId
Guid
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

GetServiceEndpointExecutionRecordsAsync(String, Guid, Nullable<Int32>, Object, CancellationToken)

[Preview API]

public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.ServiceEndpointExecutionRecord>> GetServiceEndpointExecutionRecordsAsync(string project, Guid endpointId, Nullable<int> top = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetServiceEndpointExecutionRecordsAsync : string * Guid * Nullable<int> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.ServiceEndpointExecutionRecord>>
override this.GetServiceEndpointExecutionRecordsAsync : string * Guid * Nullable<int> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.ServiceEndpointExecutionRecord>>

Parameters

project
String

Project ID or project name

endpointId
Guid
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to