C# Class BusinessLogic.Events.HandlerFactory.BusinessLogicEventBus

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

Méthodes publiques

Méthode Description
BusinessLogicEventBus ( BusinessLogicEventsHandlerFactory handlerFactory, IRollbarClient rollbar ) : System.Threading
SendEvent ( IBusinessLogicEvent @event ) : void

Method Details

BusinessLogicEventBus() public méthode

public BusinessLogicEventBus ( BusinessLogicEventsHandlerFactory handlerFactory, IRollbarClient rollbar ) : System.Threading
handlerFactory BusinessLogicEventsHandlerFactory
rollbar IRollbarClient
Résultat System.Threading

SendEvent() public méthode

public SendEvent ( IBusinessLogicEvent @event ) : void
@event IBusinessLogicEvent
Résultat void