IJobOperations::ListAsync Method (JobListParameters^, CancellationToken)
Get the list of all jobs in a job collection.
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.
Show: