WorkflowRuntimeElement.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 です。