[TIBCO.EMS .NET client library 6.3 documentation]

Create a topic connection object.

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