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

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

공개 메소드들

메소드 설명
SendEvents ( IList events ) : void

보호된 메소드들

메소드 설명
BusinessLogicEventSender ( IBusinessLogicEventBus eventBus ) : System.Collections.Generic

메소드 상세

BusinessLogicEventSender() 보호된 메소드

protected BusinessLogicEventSender ( IBusinessLogicEventBus eventBus ) : System.Collections.Generic
eventBus IBusinessLogicEventBus
리턴 System.Collections.Generic

SendEvents() 공개 메소드

public SendEvents ( IList events ) : void
events IList
리턴 void