[TIBCO.EMS .NET Admin client library 5.1 documentation]

Get or set whether or not statistics are enabled.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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.

See Also