C# Class NEventStore.Dispatcher.NoopDispatcherScheduler

Inheritance: IScheduleDispatches
Exibir arquivo Open project: versionone/NEventStore

Public Methods

Method Description
Dispose ( ) : void
ScheduleDispatch ( ICommit commit ) : void
Start ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ScheduleDispatch() public method

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

Start() public method

public Start ( ) : void
return void