CloudPool.Commit(IEnumerable<BatchClientBehavior>) Methode

Definition

Committ dies CloudPool an den Azure Batch-Dienst.

public void Commit (System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.Commit : seq<Microsoft.Azure.Batch.BatchClientBehavior> -> unit
Public Sub Commit (Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing)

Parameter

additionalBehaviors
IEnumerable<BatchClientBehavior>

Eine Auflistung von BatchClientBehavior Instanzen, die auf die Batch-Dienstanforderung nach CustomBehaviorsangewendet werden.

Hinweise

Dies ist ein blockierende Vorgang. Eine nicht blockierende Entsprechung finden Sie unter CommitAsync(IEnumerable<BatchClientBehavior>, CancellationToken).

Gilt für: