An NDoc Documented Class Library

MsgFactory.GetConnectionFactory Method (String)

Get an instance of a ConnectionFactory.

public static IConnectionFactory GetConnectionFactory(
   string broker
);

Parameters

broker
The broker on which to connect. It can be specified in the following formats: "Broker #1@localhost:6849", "localhost", and "localhost:6849"

Return Value

A new ConnectionFactory

See Also

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