C# Class CK.Monitoring.Impl.EventDispatcher

Inheritance: IDisposable
Afficher le fichier Open project: Invenietis/ck-core Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
DoAdd ( GrandOutputEventInfo e, FinalReceiver receiver ) : bool

Method Details

Add() public méthode

public Add ( GrandOutputEventInfo e, FinalReceiver receiver ) : bool
e GrandOutputEventInfo
receiver FinalReceiver
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EventDispatcher() public méthode

public EventDispatcher ( IGrandOutputDispatcherStrategy strategy, Action onIdle = null ) : CK.Core
strategy IGrandOutputDispatcherStrategy
onIdle Action
Résultat CK.Core

Run() public méthode

public Run ( ) : void
Résultat void