C# Class IServiceOriented.ServiceBus.Listeners.WcfListener

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

Méthodes protégées

Méthode Description
CreateCommunicationObject ( ) : ICommunicationObject
Dispose ( bool disposing ) : void
OnStart ( ) : void
OnStop ( ) : void
WcfListener ( ) : System

Method Details

CreateCommunicationObject() protected abstract méthode

protected abstract CreateCommunicationObject ( ) : ICommunicationObject
Résultat ICommunicationObject

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnStart() protected méthode

protected OnStart ( ) : void
Résultat void

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void

WcfListener() protected méthode

protected WcfListener ( ) : System
Résultat System