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

Create a topic connection object.

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

Syntax

public TopicConnection CreateTopicConnection()
Public Function CreateTopicConnection As TopicConnection
public:
TopicConnection^ CreateTopicConnection()

Return Value

The newly created TopicConnection.

Remarks

The connection object presents a default user identity. If the server configuration permits that user, then the call succeeds.

See Also