RoutingAgentFactory Class

The RoutingAgentFactory class produces instances of the RoutingAgent class that are used to extend transport behavior.

Inheritance Hierarchy

System.Object
  Microsoft.Exchange.Data.Transport.AgentFactory
    Microsoft.Exchange.Data.Transport.Routing.RoutingAgentFactory

Namespace:  Microsoft.Exchange.Data.Transport.Routing
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public MustInherit Class RoutingAgentFactory _
    Inherits AgentFactory
'Usage
Dim instance As RoutingAgentFactory
public abstract class RoutingAgentFactory : AgentFactory

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.