C# Class CK.Monitoring.Impl.EventDispatcher

Inheritance: IDisposable
Mostra file Open project: Invenietis/ck-core Class Usage Examples

Public Methods

Method Description
Add ( GrandOutputEventInfo e, FinalReceiver receiver ) : bool
Dispose ( ) : void
EventDispatcher ( IGrandOutputDispatcherStrategy strategy, Action onIdle = null ) : CK.Core
Run ( ) : void

Private Methods

Method Description
DoAdd ( GrandOutputEventInfo e, FinalReceiver receiver ) : bool

Method Details

Add() public method

public Add ( GrandOutputEventInfo e, FinalReceiver receiver ) : bool
e GrandOutputEventInfo
receiver FinalReceiver
return bool

Dispose() public method

public Dispose ( ) : void
return void

EventDispatcher() public method

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

Run() public method

public Run ( ) : void
return void