IJobOperations.GetHistoryAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the execution history of a Job.
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse> GetHistoryAsync (string jobId, Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member GetHistoryAsync : string * Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse>
Public Function GetHistoryAsync (jobId As String, parameters As JobGetHistoryParameters, cancellationToken As CancellationToken) As Task(Of JobGetHistoryResponse)
Parameters
- jobId
- String
Id of the job to get the history of.
- parameters
- JobGetHistoryParameters
Parameters supplied to the Get Job History operation.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get Job History operation response.