C# Class NEventStore.Dispatcher.AsynchronousDispatchScheduler

Inheritance: NEventStore.Dispatcher.SynchronousDispatchScheduler
Afficher le fichier Open project: versionone/NEventStore Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Working ( ) : void

Method Details

AsynchronousDispatchScheduler() public méthode

public AsynchronousDispatchScheduler ( IDispatchCommits dispatcher, IPersistStreams persistence ) : System
dispatcher IDispatchCommits
persistence IPersistStreams
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ScheduleDispatch() public méthode

public ScheduleDispatch ( ICommit commit ) : void
commit ICommit
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void