[TIBCO.EMS .NET Admin client library 6.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get or set whether or not statistics are enabled.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public bool StatisticsEnabled { get; set; } |
Public Property StatisticsEnabled As Boolean |
public: property bool StatisticsEnabled { bool get (); void set (bool value); } |
Return Value
true if statistics are enabled, false otherwise.
Remarks
Statistics are gathered for each producer, consumer,
routed server and other. This parameter has no effect on the serverwide
rates gathering, which is performed regardless of this parameter.