C# Class BusinessLogic.Events.HandlerFactory.BusinessLogicEventSender

Inheritance: IBusinessLogicEventSender
Afficher le fichier Open project: NemeStats/NemeStats

Méthodes publiques

Méthode Description
SendEvents ( IList events ) : void

Méthodes protégées

Méthode Description
BusinessLogicEventSender ( IBusinessLogicEventBus eventBus ) : System.Collections.Generic

Method Details

BusinessLogicEventSender() protected méthode

protected BusinessLogicEventSender ( IBusinessLogicEventBus eventBus ) : System.Collections.Generic
eventBus IBusinessLogicEventBus
Résultat System.Collections.Generic

SendEvents() public méthode

public SendEvents ( IList events ) : void
events IList
Résultat void