[TIBCO.EMS.UFOCLIENT .NET client library 6.0 documentation]

Constructs a new Topic object with the given address.

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)

Syntax

public Topic(
	string address
)
Public Sub New ( _
	address As String _
)
public:
Topic(
	String^ address
)

Parameters

address
Type: System..::.String
address of the topic

See Also