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

Returns producer's total statistics.

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

Syntax

public StatData Statistics { get; }
Public ReadOnly Property Statistics As StatData
public:
property StatData^ Statistics {
	StatData^ get ();
}

Return Value

the producer's total statistics.

See Also