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.

See also

Reference

RoutingAgentFactory members

Microsoft.Exchange.Data.Transport.Routing namespace