Share via


IJobOperations.GetHistoryWithFilterAsync Method (String, JobGetHistoryWithFilterParameters, CancellationToken)

 

Get the execution history of a Job with a filter on the job Status.

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

Syntax

Task<JobGetHistoryResponse> GetHistoryWithFilterAsync(
    string jobId,
    JobGetHistoryWithFilterParameters parameters,
    CancellationToken cancellationToken
)
Task<JobGetHistoryResponse^>^ GetHistoryWithFilterAsync(
    String^ jobId,
    JobGetHistoryWithFilterParameters^ parameters,
    CancellationToken cancellationToken
)
abstract GetHistoryWithFilterAsync : 
        jobId:string *
        parameters:JobGetHistoryWithFilterParameters *
        cancellationToken:CancellationToken -> Task<JobGetHistoryResponse>
Function GetHistoryWithFilterAsync (
    jobId As String,
    parameters As JobGetHistoryWithFilterParameters,
    cancellationToken As CancellationToken
) As Task(Of JobGetHistoryResponse)

Parameters

Return Value

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

The Get Job History operation response.

See Also

IJobOperations Interface
Microsoft.WindowsAzure.Scheduler Namespace

Return to top