IJobOperations::DeleteAsync Method (String^, CancellationToken)
Deletes a job.
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Task<AzureOperationResponse^>^ DeleteAsync( String^ jobId, CancellationToken cancellationToken )
Parameters
- jobId
-
Type:
System::String^
Id of the job to delete.
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<AzureOperationResponse^>^A standard service response including an HTTP status code and request ID.
Show: