[TIBCO.EMS .NET Admin client library 7.0 documentation]

Get the topic for the given topic name.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.
TIBCO.EMS.ADMIN..::.AdminInvalidNameException if topicName is not a legal topic name

See Also