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

This class represents statistical data about another object (Topic, Queue etc).

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

Inheritance Hierarchy

System..::.Object
  TIBCO.EMS.ADMIN..::.StatData

See Also