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

Get or set the multicast statistics interval in milliseconds.

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

Syntax

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

Return Value

the multicast statistics interval in milliseconds.

Remarks

Value is rounded to nearest second. If the interval is set to 0, it disables collecting multicast statistics.

Exceptions

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

See Also