次の方法で共有


ServiceBusOptions.MaxConcurrentSessions プロパティ

定義

関数によって同時に処理できるセッションの最大数を取得または設定します。 既定値は 8 です。 これは、 に設定IsSessionsEnabledtrueされた関数にのみ適用されます。 これは、メッセージのバッチを受信する関数には適用されません。 が true の場合 Microsoft.Azure.WebJobs.Host.Scale.ConcurrencyOptions.DynamicConcurrencyEnabled 、この値は無視され、コンカレンシーは動的に増減されます。

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

プロパティ値

適用対象