ConnectionFactory.CreateConnection


Method

Declaration

Connection CreateConnection( 
    string userName, 
    string password ); 
 
Connection CreateConnection(); 

Purpose

Create a connection object.

When the identity parameters are absent, the connection object presents a default user identity. If the server configuration permits that user, then the call succeeds.

Parameter
Description
userName
When present, the connection object presents this user identity to the server.
password
When present, the connection object authenticates the user identity with this password.

See Also

Connection


TIBCO Enterprise Message Service™ .NET Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com