C# Class NEventStore.Dispatcher.AsynchronousDispatchScheduler

Inheritance: NEventStore.Dispatcher.SynchronousDispatchScheduler
Mostrar archivo Open project: versionone/NEventStore Class Usage Examples

Public Methods

Method Description
AsynchronousDispatchScheduler ( IDispatchCommits dispatcher, IPersistStreams persistence ) : System
ScheduleDispatch ( ICommit commit ) : void
Start ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Working ( ) : void

Method Details

AsynchronousDispatchScheduler() public method

public AsynchronousDispatchScheduler ( IDispatchCommits dispatcher, IPersistStreams persistence ) : System
dispatcher IDispatchCommits
persistence IPersistStreams
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ScheduleDispatch() public method

public ScheduleDispatch ( ICommit commit ) : void
commit ICommit
return void

Start() public method

public Start ( ) : void
return void