C# Class EducationPathways.ServiceBus.EventBusExtensions

Provides usability overloads for IEventBus
Exibir arquivo Open project: pebblecode/EducationPathways

Public Methods

Method Description
Publish ( this bus, IEnumerable events ) : void
Publish ( this bus, IEvent @event ) : void

Method Details

Publish() public static method

public static Publish ( this bus, IEnumerable events ) : void
bus this
events IEnumerable
return void

Publish() public static method

public static Publish ( this bus, IEvent @event ) : void
bus this
@event IEvent
return void