Compartir a través de


DurableTaskOptions.MaxConcurrentOrchestratorFunctions Propiedad

Definición

Obtiene o establece el número máximo de funciones de orquestador que se pueden procesar simultáneamente en una sola instancia de host.

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

Valor de propiedad

Entero positivo configurado por el host.

Se aplica a