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)
Syntax
Task<JobListResponse> ListAsync(
JobListParameters parameters,
CancellationToken cancellationToken
)
Task<JobListResponse^>^ ListAsync(
JobListParameters^ parameters,
CancellationToken cancellationToken
)
abstract ListAsync :
parameters:JobListParameters *
cancellationToken:CancellationToken -> Task<JobListResponse>
Function ListAsync (
parameters As JobListParameters,
cancellationToken As CancellationToken
) As Task(Of JobListResponse)
Parameters
parameters
Type: Microsoft.WindowsAzure.Scheduler.Models.JobListParametersParameters supplied to the List Jobs operation.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<JobListResponse>
The List Jobs operation response.
See Also
IJobOperations Interface
Microsoft.WindowsAzure.Scheduler Namespace
Return to top