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。