IJobOperations::ListWithFilterAsync Method (JobListWithFilterParameters^, CancellationToken)
Get the list of jobs in a job collection matching a filter on job state.
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.
Show: