An NDoc Documented Class Library

MsgFactory.GetConnectionFactory Method (String, String)

Get an instance of a ConnectionFactory.

public static IConnectionFactory GetConnectionFactory(
   string broker,
   string clientID
);

Parameters

broker
The Broker on which to connect.
clientID
The client ID with which to connect.

Return Value

A new ConnectionFactory

See Also

MsgFactory Class | webMethods.Msg Namespace | MsgFactory.GetConnectionFactory Overload List