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

Get or set the server statistics rate interval in milliseconds.

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

Syntax

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

Return Value

the server statistics rate interval in milliseconds.

Remarks

The value is rounded to nearest second. Serverwide statistics are always collected.

Exceptions

ExceptionCondition
System..::.ArgumentExceptionif value is less than 1 second.

See Also