TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

TopicConnectionFactory Constructor

Construct an empty TopicConnectionFactory

Overload List

Construct an empty TopicConnectionFactory

public TopicConnectionFactory();

Construct an TopicConnectionFactory given the server url

public TopicConnectionFactory(string);

Construct an TopicConnectionFactory given the server url and client id.

public TopicConnectionFactory(string,string);

Construct an TopicConnectionFactory given the server url, client id and properties

public TopicConnectionFactory(string,string,Hashtable);

See Also

TopicConnectionFactory Class | TIBCO.EMS Namespace