C# 클래스 BusinessLogic.Events.HandlerFactory.BusinessLogicEventBus

상속: IBusinessLogicEventBus
파일 보기 프로젝트 열기: NemeStats/NemeStats

공개 메소드들

메소드 설명
BusinessLogicEventBus ( BusinessLogicEventsHandlerFactory handlerFactory, IRollbarClient rollbar ) : System.Threading
SendEvent ( IBusinessLogicEvent @event ) : void

메소드 상세

BusinessLogicEventBus() 공개 메소드

public BusinessLogicEventBus ( BusinessLogicEventsHandlerFactory handlerFactory, IRollbarClient rollbar ) : System.Threading
handlerFactory BusinessLogicEventsHandlerFactory
rollbar IRollbarClient
리턴 System.Threading

SendEvent() 공개 메소드

public SendEvent ( IBusinessLogicEvent @event ) : void
@event IBusinessLogicEvent
리턴 void