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
jobId
Type: System.StringId of the job to get the history of.
parameters
Type: Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryWithFilterParametersParameters supplied to the Get Job History With Filter operation.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
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