RoutingAgentFactory Members
Include Protected Members
Include Inherited 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. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top