C# Class IServiceOriented.ServiceBus.Dispatchers.ActionDispatcher

Dispatches to an action delegate.
This class is not serializable. Do not attempt to pass it across the wire. Use for local dispatch only.
Inheritance: Dispatcher
Show file Open project: jezell/iserviceoriented

Public Methods

Method Description
ActionDispatcher ( MessageDelivery>.Action dispatchAction ) : System
Dispatch ( MessageDelivery messageDelivery ) : void

Method Details

ActionDispatcher() public method

public ActionDispatcher ( MessageDelivery>.Action dispatchAction ) : System
dispatchAction MessageDelivery>.Action
return System

Dispatch() public method

public Dispatch ( MessageDelivery messageDelivery ) : void
messageDelivery MessageDelivery
return void