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