[TIBCO.EMS .NET Admin client library 5.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get the statistical information for all topics.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public TopicInfo[] TopicsStatistics { get; } |
Public ReadOnly Property TopicsStatistics As TopicInfo() |
public: property array<TopicInfo^>^ TopicsStatistics { array<TopicInfo^>^ get (); } |
Return Value
array of TopicInfo objects with statistical data or null if no topics found or statistics are disabled.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |