IJobOperations.GetHistoryAsync Method (String, JobGetHistoryParameters, CancellationToken)

 

Get the execution history of a Job.

Namespace:   Microsoft.WindowsAzure.Scheduler
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Function GetHistoryAsync (
	jobId As String,
	parameters As JobGetHistoryParameters,
	cancellationToken As CancellationToken
) As Task(Of JobGetHistoryResponse)

Parameters

jobId
Type: System.String

Id of the job to get the history of.

parameters
Type: Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryParameters

Parameters supplied to the Get Job History operation.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks.Task(Of JobGetHistoryResponse)

The Get Job History operation response.

Return to top
Show: