ServiceBusProcessor.UpdateConcurrency(Int32) メソッド

定義

プロセッサのコンカレンシーを更新します。 このメソッドを使用すると、実行中のプロセッサのコンカレンシーを動的に変更できます。

public void UpdateConcurrency (int maxConcurrentCalls);
member this.UpdateConcurrency : int -> unit
Public Sub UpdateConcurrency (maxConcurrentCalls As Integer)

パラメーター

maxConcurrentCalls
Int32

新しい最大同時呼び出し数の値。 これは プロパティに MaxConcurrentCalls 反映されます。

適用対象