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

속성 값

Boolean

성능 카운터를 사용할 수 있으면 true이고, 그렇지 않으면 false입니다.

특성

설명

성능 카운터를 사용하면 다양한 워크플로 관련 통계에 대한 정보를 얻을 수 있지만 워크플로 런타임 엔진이 시작될 때나 워크플로 인스턴스가 실행되고 있을 때는 성능이 저하됩니다. 기본값은 true입니다.

적용 대상