Table of Contents

Property DispatchHeldSend

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

DispatchHeldSend

Gets the type whose work is telling one account's outbox that a message it holds is now due to leave.

public static JobType DispatchHeldSend { get; }

Property Value

JobType

Remarks

Its payload contract is HeldSendJobPayload, which names the account and the record and nothing in the message. The work is short and transmits nothing: a send held until a named time is already durable, and what this job carries is the moment, so the queue's own available-at column is what holds the message and no timer exists anywhere for it to be held by.