WorkflowRuntimeSection.EnablePerformanceCounters 属性

定义

获取或设置一个值,该值指示是否启用性能计数器。

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

属性值

true 如果启用了性能计数器,则为否则 false

属性

注解

性能计数器提供有关各种工作流相关统计信息的信息,但它们在工作流运行时引擎启动时和工作流实例运行时会导致性能损失。 默认值为 true

适用于