[TIBCO.EMS .NET Admin client library 5.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get or set the server statistics rate interval in milliseconds.
Namespace:
TIBCO.EMS.ADMINAssembly: 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
Exception | Condition |
---|---|
System..::.ArgumentException | if value is less than 1 second. |