[TIBCO.EMS .NET Admin client library 6.3 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
This class represents statistical data about another object (Topic, Queue etc).
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public class StatData |
Public Class StatData |
public ref class StatData |
Remarks
Statistical data contains the total number of messages and their cumulative size.
Optionally it provides message rates as number of messages per second
and number of bytes per second. Whether or not rate information is available is controlled
by the server configuration. If rate collection is turned off, all rate numbers
are set to 0. However in those cases the application can calculate the rates
based on the absolute numbers taken at periodic intervals.