C# Class IServiceOriented.ServiceBus.Listeners.WcfListenerServiceImplementationBase

Base class used by dynamically generated service hosts
Mostrar archivo Open project: jezell/iserviceoriented

Protected Methods

Method Description
Publish ( Type contractType, string action, object message ) : void

Method Details

Publish() protected method

protected Publish ( Type contractType, string action, object message ) : void
contractType System.Type
action string
message object
return void