Method New
- Namespace
- MailFathom.Application.Rules.History
- Assembly
- MailFathom.Application.dll
New()
Creates the identifier of an execution being recorded for the first time.
public static MailRuleExecutionId New()
Returns
- MailRuleExecutionId
A fresh identifier.
Remarks
Version 7 rather than version 4, so the identifier a tie is broken by rises with the instant the execution was recorded at. The index the history is read through is ordered by the pair, and an identifier ordered at random would scatter one batch's inserts across it.