RoutedMessageEventHandler delegate
The RoutedMessageEventHandler delegate represents the method that will handle the OnRoutedMessage event of a type derived from the RoutingAgent class.
Namespace: Microsoft.Exchange.Data.Transport.Routing
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Parameters
- source
- Type: Microsoft.Exchange.Data.Transport.Routing.RoutedMessageEventSource
The source of the event.
- e
- Type: Microsoft.Exchange.Data.Transport.Routing.QueuedMessageEventArgs
An instance of the QueuedMessageEventArgs that contains the event data.
Show: