C# 클래스 Appccelerate.DistributedEventBroker.RhinoEsb.RhinoEsbEventBrokerBus

Rhino Enterprise Service Bus specific event broker bus implementation
상속: IEventBrokerBus
파일 보기 프로젝트 열기: appccelerate/appccelerate 1 사용 예제들

공개 메소드들

메소드 설명
Publish ( IEventFired message ) : void

Publishes the specified event fired message on the bus.

RhinoEsbEventBrokerBus ( IServiceBus serviceBus ) : Messages

Initializes a new instance of the RhinoEsbEventBrokerBus class.

메소드 상세

Publish() 공개 메소드

Publishes the specified event fired message on the bus.
public Publish ( IEventFired message ) : void
message IEventFired The message.
리턴 void

RhinoEsbEventBrokerBus() 공개 메소드

Initializes a new instance of the RhinoEsbEventBrokerBus class.
public RhinoEsbEventBrokerBus ( IServiceBus serviceBus ) : Messages
serviceBus IServiceBus The service bus.
리턴 Messages