Table of Contents

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

timeProvider TimeProvider

Dates the pause the worker is taking and the moment an act brings a pass forward to.

Exceptions

ArgumentNullException

Thrown when timeProvider is null.