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

Get or set the statistics cleanup interval in milliseconds.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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

ExceptionCondition
System..::.ArgumentExceptionif value is negative.

See Also