WorkflowRuntimeSection.WorkflowDefinitionCacheCapacity Propriedade

Definição

Obtém o número de definições de fluxo de trabalho que podem ser armazenadas em cache pelo runtime.Gets the number of workflow definitions that can be cached by the runtime.

public:
 property int WorkflowDefinitionCacheCapacity { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("WorkflowDefinitionCacheCapacity", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public int WorkflowDefinitionCacheCapacity { get; set; }
[<System.Configuration.ConfigurationProperty("WorkflowDefinitionCacheCapacity", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.WorkflowDefinitionCacheCapacity : int with get, set
Public Property WorkflowDefinitionCacheCapacity As Integer

Valor da propriedade

Int32

O número de fluxos de trabalho.The number of workflows.

Atributos

Aplica-se a