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

適用対象