[TIBCO.EMS .NET Admin client library 8.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get the info for the topics that match the given pattern.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public TopicInfo[] GetTopics( string pattern ) |
Public Function GetTopics ( _ pattern As String _ ) As TopicInfo() |
public: array<TopicInfo^>^ GetTopics( String^ pattern ) |
Parameters
- pattern
- Type: System..::.String
The pattern that must be matched
Return Value
The TopicInfos that match the pattern.
Remarks
The pattern may contain the wildcards "*" and ">" . See the TIBCO EMS
documentation for how wildcards work in topic names.
A pattern of "", ">", or null will return all the topics.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |