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

Get or set the statistics rate interval in milliseconds.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public long RateInterval { get; set; }
Public Property RateInterval As Long
public:
property long long RateInterval {
	long long get ();
	void set (long long value);
}

Return Value

the statistics rate interval in milliseconds.

Remarks

The value is rounded to nearest second. If the value is set to 0, this disables collecting the message rate for producers, consumers and destinations.

Exceptions

ExceptionCondition
System..::.ArgumentException if value is negative.

See Also