IJobOperations.GetHistoryAsync Method

Definition

Get the execution history of a Job.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse> GetHistoryAsync (string jobId, Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member GetHistoryAsync : string * Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse>
Public Function GetHistoryAsync (jobId As String, parameters As JobGetHistoryParameters, cancellationToken As CancellationToken) As Task(Of JobGetHistoryResponse)

Parameters

jobId
String

Id of the job to get the history of.

parameters
JobGetHistoryParameters

Parameters supplied to the Get Job History operation.

cancellationToken
CancellationToken

Cancellation token.

Returns

The Get Job History operation response.

Applies to