IJobOperations::GetAsync Method (String^, CancellationToken)

 

Get the definition and status of a job.

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

Task<JobGetResponse^>^ GetAsync(
	String^ jobId,
	CancellationToken cancellationToken
)

Parameters

jobId
Type: System::String^

Id of the job to get.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks::Task<JobGetResponse^>^

The Get Job operation response.

Return to top
Show: