TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

TopicInfo Constructor 

The public constructor creates a TopicInfo object with the given name.

public TopicInfo(
   string topicName
);

Parameters

topicName
The name for the topic being created.

Remarks

The topic is not created on the server until the object is passed to Admin.CreateTopic().

See Also

TopicInfo Class | TIBCO.EMS.ADMIN Namespace