[TIBCO.EMS .NET client library 6.3 documentation]

Returns and regular connection object, again this is for internal use only, can however be called from EMSDTCConnectionFactory

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

Syntax

public Connection CreateConnection(
	string userName,
	string password
)
Public Function CreateConnection ( _
	userName As String, _
	password As String _
) As Connection
public:
Connection^ CreateConnection(
	String^ userName, 
	String^ password
)

Parameters

userName
Type: System..::.String
password
Type: System..::.String

See Also