TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

ConnectionFactory Constructor

Construct an empty ConnectionFactory

Overload List

Construct an empty ConnectionFactory

public ConnectionFactory();

Construct a ConnectionFactory given server url

public ConnectionFactory(string);

Construct a ConnectionFactory given the server url, and client id

public ConnectionFactory(string,string);

Construct a ConnectionFactory given server url, client id and properties

public ConnectionFactory(string,string,Hashtable);

See Also

ConnectionFactory Class | TIBCO.EMS Namespace