WorkflowRuntimeSection.EnablePerformanceCounters Propriedade
Definição
Obtém ou define um valor que indica se os contadores de desempenho estão habilitados.Gets or sets a value that indicates whether performance counters are enabled.
public:
property bool EnablePerformanceCounters { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("EnablePerformanceCounters", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public bool EnablePerformanceCounters { get; set; }
[<System.Configuration.ConfigurationProperty("EnablePerformanceCounters", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.EnablePerformanceCounters : bool with get, set
Public Property EnablePerformanceCounters As Boolean
Valor da propriedade
true Se os contadores de desempenho estiverem habilitados; caso contrário false .true if performance counters are enabled; otherwise false.
- Atributos
Comentários
Os contadores de desempenho fornecem informações sobre várias estatísticas relacionadas ao fluxo de trabalho, mas causam uma penalidade de desempenho quando o mecanismo de tempo de execução do fluxo de trabalho é iniciado e quando as instâncias de fluxo de trabalho estão em execução.Performance counters provide information on various workflow-related statistics, but they cause a performance penalty when the workflow run-time engine starts and when workflow instances are running. O valor padrão é true.The default value is true.