IJobOperations::GetHistoryWithFilterAsync Method (String^, JobGetHistoryWithFilterParameters^, CancellationToken)

 

Get the execution history of a Job with a filter on the job Status.

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

Task<JobGetHistoryResponse^>^ GetHistoryWithFilterAsync(
	String^ jobId,
	JobGetHistoryWithFilterParameters^ parameters,
	CancellationToken cancellationToken
)

Parameters

jobId
Type: System::String^

Id of the job to get the history of.

parameters
Type: Microsoft.WindowsAzure.Scheduler.Models::JobGetHistoryWithFilterParameters^

Parameters supplied to the Get Job History With Filter operation.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks::Task<JobGetHistoryResponse^>^

The Get Job History operation response.

Return to top
Show: