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.2.0.015)
Syntax
| C# |
|---|
public static bool EnablePerformanceMonitor { get; set; } |
| Visual Basic |
|---|
Public Shared Property EnablePerformanceMonitor As Boolean
Get
Set |
| Visual C++ |
|---|
public:
static property bool EnablePerformanceMonitor {
bool get ();
void set (bool value);
} |
| F# |
|---|
static member EnablePerformanceMonitor : bool with get, set
|
Property Value
Type:
Booleantrue if enable performance monitor is enabled; otherwise,
false.
See Also