TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

Topic Constructor 

Constructs a new Topic object with the given name.

public Topic(
   string name
);

Parameters

name
name of the topic

Remarks

This is an utility provided to client so they can either create a dynamic destination or obtain a destination object provided that the object with the given name is already configured on the server.
For complete details, see the corresponding item in the book TIBCO Enterprise Message Service .NET Reference.

See Also

Topic Class | TIBCO.EMS Namespace