次の方法で共有


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

適用対象