C# Class IServiceOriented.ServiceBus.Dispatchers.WcfChannelDispatcher

Inheritance: WcfDispatcher
Afficher le fichier Open project: jezell/iserviceoriented

Méthodes publiques

Méthode Description
Dispatch ( MessageDelivery messageDelivery ) : void

Méthodes protégées

Méthode Description
CreateChannelFactory ( ) : ChannelFactory
OnStart ( ) : void

Method Details

CreateChannelFactory() protected abstract méthode

protected abstract CreateChannelFactory ( ) : ChannelFactory
Résultat ChannelFactory

Dispatch() public méthode

public Dispatch ( MessageDelivery messageDelivery ) : void
messageDelivery MessageDelivery
Résultat void

OnStart() protected méthode

protected OnStart ( ) : void
Résultat void