ServiceBusSessionProcessor.UpdateConcurrency(Int32, Int32) メソッド

定義

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

public void UpdateConcurrency (int maxConcurrentSessions, int maxConcurrentCallsPerSession);
member this.UpdateConcurrency : int * int -> unit
Public Sub UpdateConcurrency (maxConcurrentSessions As Integer, maxConcurrentCallsPerSession As Integer)

パラメーター

maxConcurrentSessions
Int32

新しい最大同時セッション数の値。 これは プロパティに MaxConcurrentSessions反映されます。

maxConcurrentCallsPerSession
Int32

セッションごとの新しい最大同時呼び出しの値。 これは に MaxConcurrentCallsPerSession反映されます。

適用対象