TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.GetTopic Method 

Get the topic for the given topic name.

public TopicInfo GetTopic(
   string topicName
);

Parameters

topicName
The name of the topic to get.

Return Value

The TopicInfo for the given name or null if the name is not found.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
AdminInvalidNameException if topicName is not a legal topic name

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace