C# Класс Appccelerate.DistributedEventBroker.RhinoEsb.RhinoEsbEventBrokerBus

Rhino Enterprise Service Bus specific event broker bus implementation
Наследование: IEventBrokerBus
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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