WorkflowRuntimeSection::EnablePerformanceCounters Property
.NET Framework (current version)
Gets or sets a value that indicates whether performance counters are enabled.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
public: [ConfigurationPropertyAttribute("EnablePerformanceCounters", DefaultValue = true)] property bool EnablePerformanceCounters { bool get(); void set(bool value); }
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. The default value is true.
.NET Framework
Available since 3.0
Available since 3.0
Show: