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.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic static bool EnablePerformanceMonitor { get; set; }
Public Shared Property EnablePerformanceMonitor As Boolean
Get
Set
public:
static property bool EnablePerformanceMonitor {
bool get ();
void set (bool value);
}
static member EnablePerformanceMonitor : bool with get, set
Property Value
Type:
Booleantrue if enable performance monitor is enabled; otherwise,
false.
See Also