[TIBCO.EMS .NET Admin client library 5.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get the info for all the topics that are known to the server.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public TopicInfo[] Topics { get; } |
Public ReadOnly Property Topics As TopicInfo() |
public: property array<TopicInfo^>^ Topics { array<TopicInfo^>^ get (); } |
Return Value
the TopicInfos for all the topics that are known to the server.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |