C# Class BlingBag.ImmediateBlingDispatcher

Inheritance: BlingDispatcherBase
Datei anzeigen Open project: bsommardahl/BlingBag

Public Properties

Property Type Description
Handlers IEnumerable

Public Methods

Method Description
ImmediateBlingDispatcher ( IEnumerable handlers, IBlingLogger logger ) : System

Protected Methods

Method 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 method

protected FindHandlers ( object @event ) : IEnumerable
@event object
return IEnumerable

ImmediateBlingDispatcher() public method

public ImmediateBlingDispatcher ( IEnumerable handlers, IBlingLogger logger ) : System
handlers IEnumerable
logger IBlingLogger
return System

LogException() protected method

protected LogException ( object handler, System.DateTime timeStamp, Exception exception ) : void
handler object
timeStamp System.DateTime
exception System.Exception
return void

LogInfo() protected method

protected LogInfo ( object handler, System.DateTime timeStamp, string message ) : void
handler object
timeStamp System.DateTime
message string
return void

Property Details

Handlers public_oe property

public IEnumerable Handlers
return IEnumerable