C# Class BlingBag.ImmediateBlingDispatcher

Inheritance: BlingDispatcherBase
Afficher le fichier Open project: bsommardahl/BlingBag

Méthodes publiques

Свойство Type Description
Handlers IEnumerable

Méthodes publiques

Méthode Description
ImmediateBlingDispatcher ( IEnumerable handlers, IBlingLogger logger ) : System

Méthodes protégées

Méthode Description
FindHandlers ( object @event ) : IEnumerable
LogException ( object handler, System.DateTime timeStamp, Exception exception ) : void
LogInfo ( object handler, System.DateTime timeStamp, string message ) : void

Method Details

FindHandlers() protected méthode

protected FindHandlers ( object @event ) : IEnumerable
@event object
Résultat IEnumerable

ImmediateBlingDispatcher() public méthode

public ImmediateBlingDispatcher ( IEnumerable handlers, IBlingLogger logger ) : System
handlers IEnumerable
logger IBlingLogger
Résultat System

LogException() protected méthode

protected LogException ( object handler, System.DateTime timeStamp, Exception exception ) : void
handler object
timeStamp System.DateTime
exception System.Exception
Résultat void

LogInfo() protected méthode

protected LogInfo ( object handler, System.DateTime timeStamp, string message ) : void
handler object
timeStamp System.DateTime
message string
Résultat void

Property Details

Handlers public_oe property

public IEnumerable Handlers
Résultat IEnumerable