Constructor EmbeddingBackfillSchedule
- Namespace
- MailFathom.Application.Emails.Embeddings.Backfill
- Assembly
- MailFathom.Application.dll
EmbeddingBackfillSchedule(TimeProvider)
Initializes a schedule holding no pass.
public EmbeddingBackfillSchedule(TimeProvider timeProvider)
Parameters
timeProviderTimeProviderDates the pause the worker is taking and the moment an act brings a pass forward to.
Exceptions
- ArgumentNullException
Thrown when
timeProvideris null.