[TIBCO.EMS .NET client library 7.0 documentation]

Create a connection

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

Syntax

public Connection CreateConnection()
Public Function CreateConnection As Connection
public:
Connection^ CreateConnection()

Return Value

The newly created Connection.

Remarks

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

See Also