[TIBCO.EMS .NET Admin client library 7.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get the topic for the given topic name.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public TopicInfo GetTopic( string topicName ) |
Public Function GetTopic ( _ topicName As String _ ) As TopicInfo |
public: TopicInfo^ GetTopic( String^ topicName ) |
Parameters
- topicName
- Type: System..::.String
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 | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |
TIBCO.EMS.ADMIN..::.AdminInvalidNameException | if topicName is not a legal topic name |