C# Class IServiceOriented.ServiceBus.Dispatchers.WcfChannelDispatcher

Inheritance: WcfDispatcher
Show file Open project: jezell/iserviceoriented

Public Methods

Method Description
Dispatch ( MessageDelivery messageDelivery ) : void

Protected Methods

Method Description
CreateChannelFactory ( ) : ChannelFactory
OnStart ( ) : void

Method Details

CreateChannelFactory() protected abstract method

protected abstract CreateChannelFactory ( ) : ChannelFactory
return ChannelFactory

Dispatch() public method

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

OnStart() protected method

protected OnStart ( ) : void
return void