[TIBCO.EMS .NET Admin client library 5.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Returns consumer's detailed statistics.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public DetailedDestStat[] DetailedStatistics { get; } |
Public ReadOnly Property DetailedStatistics As DetailedDestStat() |
public: property array<DetailedDestStat^>^ DetailedStatistics { array<DetailedDestStat^>^ get (); } |
Return Value
consumer's detailed statistics or null if detailed statistics are not available.
Remarks
This method may return null designating that no detailed
statistics are available for this consumer. This can happen for
any of the following reasons:
- if consumer is not a wildcarded consumer;
- if detailed statistics are disabled in the server;
- if detailed statistics was not included into this consumer information object by the method of {Admin} class used to obtain this object. .