Constructor MailSynchronizationRunLedger
- Assembly
- MailFathom.Application.dll
MailSynchronizationRunLedger(TimeProvider)
Initializes a ledger that has observed no run.
public MailSynchronizationRunLedger(TimeProvider timeProvider)
Parameters
timeProviderTimeProviderStamps every run this ledger records, so nothing that writes to it has to carry a clock.
Exceptions
- ArgumentNullException
Thrown when
timeProvideris null.