[TIBCO.EMS .NET Admin client library 5.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
The public constructor creates a TopicInfo object with the given name.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public TopicInfo( string topicName ) |
Public Sub New ( _ topicName As String _ ) |
public: TopicInfo( String^ topicName ) |
Parameters
- topicName
- Type: System..::.String
The name for the topic being created.
Remarks
The topic is not created on the server until the object is passed to Admin.CreateTopic().