TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.GetTopics Method 

Get the info for the topics that match the given pattern.

public TopicInfo[] GetTopics(
   string pattern
);

Parameters

pattern
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 Type Condition
AdminException if not authorized or an error occurred.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace