Table of Contents

Field MinimumInterval

Namespace
MailFathom.Application.Jobs.Scheduling
Assembly
MailFathom.Application.dll

The shortest interval a deployment may declare.

public static readonly TimeSpan MinimumInterval

Returns

TimeSpan
The shortest interval a deployment may declare.

Remarks

A minute, because the worker looks at its schedules once per poll interval and anything shorter would declare an occasion the loop cannot honour as an occasion rather than as a delay.