[TIBCO.EMS .NET Admin client library 6.3 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get or set the statistics cleanup interval in milliseconds.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public long StatisticsCleanupInterval { get; set; } |
Public Property StatisticsCleanupInterval As Long |
public: property long long StatisticsCleanupInterval { long long get (); void set (long long value); } |
Return Value
the statistics cleanup interval in milliseconds.
Remarks
Value is rounded to nearest second.
If the interval is set to 0, it disables removing inactive destinations
from the detailed statistics collected for producers, consumers and
destinations.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentException | if value is negative. |