WorkflowRuntimeElement.EnablePerformanceCounters Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld die aangeeft of prestatiemeteritems zijn ingeschakeld.

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

Waarde van eigenschap

true als prestatiemeteritems zijn ingeschakeld; anders, false.

Kenmerken

Opmerkingen

Prestatiemeteritems bieden informatie over verschillende werkstroomgerelateerde statistieken, maar ze veroorzaken een prestatiestraf wanneer de runtime-engine van de werkstroom wordt gestart en wanneer werkstroomexemplaren worden uitgevoerd. De standaardwaarde is true.

Van toepassing op