WorkflowRuntimeSection.EnablePerformanceCounters 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示是否启用性能计数器。
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
。