CloudPool.CommitAsync Method (IEnumerable<BatchClientBehavior>)

 

Commits all pending changes to this CloudPool to the Azure Batch service.

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

Syntax

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

Parameters

Return Value

Type: System.Threading.Tasks.Task

A Task that represents the asynchronous operation.

Remarks

The commit operation runs asynchronously.

See Also

CloudPool Class
Microsoft.Azure.Batch Namespace

Return to top