C# 클래스 IServiceOriented.ServiceBus.Listeners.WcfListenerServiceImplementationBase

Base class used by dynamically generated service hosts
파일 보기 프로젝트 열기: jezell/iserviceoriented

보호된 메소드들

메소드 설명
Publish ( Type contractType, string action, object message ) : void

메소드 상세

Publish() 보호된 메소드

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