ServiceBusSessionProcessorOptions.MaxConcurrentCallsPerSession プロパティ

定義

プロセッサがセッションごとに開始するメッセージ ハンドラーへの同時呼び出しの最大数を取得または設定します。 したがって、同時呼び出しの合計数は MaxConcurrentSessions * MaxConcurrentCallsPerSession と等しくなります。 既定値は 1 です。

public int MaxConcurrentCallsPerSession { get; set; }
member this.MaxConcurrentCallsPerSession : int with get, set
Public Property MaxConcurrentCallsPerSession As Integer

プロパティ値

処理中の各セッションのメッセージ ハンドラーに対する同時呼び出しの最大数。

例外

正ではない値は、 プロパティに対して設定しようとしています。

適用対象