C# Class PatientPending.Core.ViewRebuilder

Mostra file Open project: PaulUpson/PatientPending

Public Methods

Method Description
RebuildAll ( int milliseconds = 5 ) : void
ViewRebuilder ( IEventStore storage, IEventPublisher publisher ) : System.Threading

Method Details

RebuildAll() public method

public RebuildAll ( int milliseconds = 5 ) : void
milliseconds int
return void

ViewRebuilder() public method

public ViewRebuilder ( IEventStore storage, IEventPublisher publisher ) : System.Threading
storage IEventStore
publisher IEventPublisher
return System.Threading