RoutingAgentFactory members
The RoutingAgentFactory class produces instances of the RoutingAgent class that are used to extend transport behavior.
The RoutingAgentFactory type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RoutingAgentFactory | The RoutingAgentFactory constructor initializes a new instance of the RoutingAgentFactory class. |
Top
Methods
Name | Description | |
---|---|---|
Close | When overridden in a derived class, the Close method releases all resources used by the derived class. (Inherited from AgentFactory.) | |
CreateAgent | When overridden in a derived class, the CreateAgent method returns an instance of a routing agent. |
Top