Appccelerate.DistributedEventBroker.MassTransit.MassTransitEventBrokerBus.Publish C# (CSharp) Method

Publish() public method

Publishes the specified event fired message on the bus.
public Publish ( IEventFired message ) : void
message IEventFired The message.
return void
        public void Publish(IEventFired message)
        {
            this.serviceBus.Publish(message);
        }
    }
MassTransitEventBrokerBus