C# Class IServiceOriented.ServiceBus.Listeners.WcfListenerServiceImplementationBase

Base class used by dynamically generated service hosts
Afficher le fichier Open project: jezell/iserviceoriented

Méthodes protégées

Méthode Description
Publish ( Type contractType, string action, object message ) : void

Method Details

Publish() protected méthode

protected Publish ( Type contractType, string action, object message ) : void
contractType System.Type
action string
message object
Résultat void