C# Class EducationPathways.ServiceBus.EventBusExtensions

Provides usability overloads for IEventBus
Afficher le fichier Open project: pebblecode/EducationPathways

Méthodes publiques

Méthode Description
Publish ( this bus, IEnumerable events ) : void
Publish ( this bus, IEvent @event ) : void

Method Details

Publish() public static méthode

public static Publish ( this bus, IEnumerable events ) : void
bus this
events IEnumerable
Résultat void

Publish() public static méthode

public static Publish ( this bus, IEvent @event ) : void
bus this
@event IEvent
Résultat void