Share via


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)

Syntax

Task<JobListResponse> ListWithFilterAsync(
    JobListWithFilterParameters parameters,
    CancellationToken cancellationToken
)
Task<JobListResponse^>^ ListWithFilterAsync(
    JobListWithFilterParameters^ parameters,
    CancellationToken cancellationToken
)
abstract ListWithFilterAsync : 
        parameters:JobListWithFilterParameters *
        cancellationToken:CancellationToken -> Task<JobListResponse>
Function ListWithFilterAsync (
    parameters As JobListWithFilterParameters,
    cancellationToken As CancellationToken
) As Task(Of JobListResponse)

Parameters

Return Value

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

The List Jobs operation response.

See Also

IJobOperations Interface
Microsoft.WindowsAzure.Scheduler Namespace

Return to top