ServiceBusSessionProcessor.MaxConcurrentCallsPerSession プロパティ

定義

プロセッサがセッションごとに開始するコールバックの呼び出しの最大数を取得します。 したがって、コールバックの合計数は MaxConcurrentSessions * MaxConcurrentCallsPerSession と等しくなります。 既定値は 1 です。

public virtual int MaxConcurrentCallsPerSession { get; }
member this.MaxConcurrentCallsPerSession : int
Public Overridable ReadOnly Property MaxConcurrentCallsPerSession As Integer

プロパティ値

適用対象