C# Class IServiceOriented.ServiceBus.Listeners.WcfListener

Inheritance: Listener
Mostrar archivo Open project: jezell/iserviceoriented

Protected Methods

Method Description
CreateCommunicationObject ( ) : ICommunicationObject
Dispose ( bool disposing ) : void
OnStart ( ) : void
OnStop ( ) : void
WcfListener ( ) : System

Method Details

CreateCommunicationObject() protected abstract method

protected abstract CreateCommunicationObject ( ) : ICommunicationObject
return ICommunicationObject

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnStart() protected method

protected OnStart ( ) : void
return void

OnStop() protected method

protected OnStop ( ) : void
return void

WcfListener() protected method

protected WcfListener ( ) : System
return System