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