WorkflowRuntimeSection.EnablePerformanceCounters Vlastnost

Definice

Získá nebo nastaví hodnotu, která označuje, zda jsou povoleny čítače výkonu.

public:
 property bool EnablePerformanceCounters { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("EnablePerformanceCounters", DefaultValue=true)]
public bool EnablePerformanceCounters { get; set; }
[<System.Configuration.ConfigurationProperty("EnablePerformanceCounters", DefaultValue=true)>]
member this.EnablePerformanceCounters : bool with get, set
Public Property EnablePerformanceCounters As Boolean

Hodnota vlastnosti

true pokud jsou povoleny čítače výkonu; jinak false.

Atributy

Poznámky

Čítače výkonu poskytují informace o různých statistikách souvisejících s pracovním postupem, ale způsobují snížení výkonu při spuštění modulu runtime pracovního postupu a při spuštění instancí pracovního postupu. Výchozí hodnota je true.

Platí pro