Share via


CloudTask.DeleteAsync Method (IEnumerable<BatchClientBehavior>)

 

Deletes this CloudTask.

Namespace:   Microsoft.Azure.Batch
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public Task DeleteAsync(
    IEnumerable<BatchClientBehavior> additionalBehaviors = null
)
public:
Task^ DeleteAsync(
    IEnumerable<BatchClientBehavior^>^ additionalBehaviors = null
)
member DeleteAsync : 
        additionalBehaviors:IEnumerable<BatchClientBehavior> = null -> Task
Public Function DeleteAsync (
    additionalBehaviors As IEnumerable(Of BatchClientBehavior)
) As Task

Parameters

Return Value

Type: System.Threading.Tasks.Task

A Task that represents the asynchronous operation.

Remarks

The delete operation runs asynchronously.

See Also

CloudTask Class
Microsoft.Azure.Batch Namespace

Return to top