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
additionalBehaviors
Type: System.Collections.Generic.IEnumerable<BatchClientBehavior>A collection of BatchClientBehavior instances that are applied to the Batch service request after the CustomBehaviors.
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