TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

ConnectionFactory.CreateConnection Method (String, String)

Create a connection given user name and password

public Connection CreateConnection(
   string userName,
   string password
);

Parameters

userName
The user name
password
The user password

Return Value

The newly create Connection

Remarks

For complete details, see the corresponding item in the book TIBCO Enterprise Message Service .NET Reference.

See Also

ConnectionFactory Class | TIBCO.EMS Namespace | ConnectionFactory.CreateConnection Overload List