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

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

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

See Also