IJobOperations::ListWithFilterAsync Method (JobListWithFilterParameters^, CancellationToken)

 

Get the list of jobs in a job collection matching a filter on job state.

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

Task<JobListResponse^>^ ListWithFilterAsync(
	JobListWithFilterParameters^ parameters,
	CancellationToken cancellationToken
)

Parameters

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

Parameters supplied to the List Jobs with filter operation.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

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

The List Jobs operation response.

Return to top
Show: