Share via


IJobCollectionOperations.BeginDeletingAsync Method (String, String, CancellationToken)

 

Deletes a job collection.

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

Syntax

Task<AzureOperationResponse> BeginDeletingAsync(
    string cloudServiceName,
    string jobCollectionName,
    CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ BeginDeletingAsync(
    String^ cloudServiceName,
    String^ jobCollectionName,
    CancellationToken cancellationToken
)
abstract BeginDeletingAsync : 
        cloudServiceName:string *
        jobCollectionName:string *
        cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function BeginDeletingAsync (
    cloudServiceName As String,
    jobCollectionName As String,
    cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)

Parameters

  • cloudServiceName
    Type: System.String

    The name of the cloud service.

  • jobCollectionName
    Type: System.String

    The name of the job collection to delete.

Return Value

Type: System.Threading.Tasks.Task<AzureOperationResponse>

A standard service response including an HTTP status code and request ID.

See Also

IJobCollectionOperations Interface
Microsoft.WindowsAzure.Management.Scheduler Namespace

Return to top