Click or drag to resize
ASCommonEnablePerformanceMonitor Property
Enable or disable the performance monitor. The default is enabled. It must be used before connecting to the first metaspace. Once a metaspace is created, the method has no effect.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public static bool EnablePerformanceMonitor { get; set; }

Property Value

Type: Boolean
true if enable performance monitor is enabled; otherwise, false.
See Also