次の方法で共有


DurableTaskOptions.MaxConcurrentOrchestratorFunctions プロパティ

定義

1 つのホスト インスタンスで同時に処理できるオーケストレーター関数の最大数を取得または設定します。

public int? MaxConcurrentOrchestratorFunctions { get; set; }
public int MaxConcurrentOrchestratorFunctions { get; set; }
member this.MaxConcurrentOrchestratorFunctions : Nullable<int> with get, set
member this.MaxConcurrentOrchestratorFunctions : int with get, set
Public Property MaxConcurrentOrchestratorFunctions As Nullable(Of Integer)
Public Property MaxConcurrentOrchestratorFunctions As Integer

プロパティ値

ホストによって構成された正の整数。

適用対象