IJobOperations::ListAsync Method (JobListParameters^, CancellationToken)

 

Get the list of all jobs in a job collection.

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

Task<JobListResponse^>^ ListAsync(
	JobListParameters^ parameters,
	CancellationToken cancellationToken
)

Parameters

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

Parameters supplied to the List Jobs 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: