C# 클래스 CK.Monitoring.Impl.EventDispatcher

상속: IDisposable
파일 보기 프로젝트 열기: Invenietis/ck-core 1 사용 예제들

공개 메소드들

메소드 설명
Add ( GrandOutputEventInfo e, FinalReceiver receiver ) : bool
Dispose ( ) : void
EventDispatcher ( IGrandOutputDispatcherStrategy strategy, Action onIdle = null ) : CK.Core
Run ( ) : void

비공개 메소드들

메소드 설명
DoAdd ( GrandOutputEventInfo e, FinalReceiver receiver ) : bool

메소드 상세

Add() 공개 메소드

public Add ( GrandOutputEventInfo e, FinalReceiver receiver ) : bool
e GrandOutputEventInfo
receiver FinalReceiver
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EventDispatcher() 공개 메소드

public EventDispatcher ( IGrandOutputDispatcherStrategy strategy, Action onIdle = null ) : CK.Core
strategy IGrandOutputDispatcherStrategy
onIdle Action
리턴 CK.Core

Run() 공개 메소드

public Run ( ) : void
리턴 void