IJobCollectionOperations.BeginDeletingAsync Method (String, String, CancellationToken)
Deletes a job collection.
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Task<AzureOperationResponse> BeginDeletingAsync( string cloudServiceName, string jobCollectionName, CancellationToken cancellationToken )
Parameters
- cloudServiceName
-
Type:
System.String
The name of the cloud service.
- jobCollectionName
-
Type:
System.String
The name of the job collection 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: