Table of Contents

Property IsWorthRepeating

Namespace
MailFathom.Application.Emails.Embeddings
Assembly
MailFathom.Application.dll

IsWorthRepeating

Gets whether repeating the request could succeed without anything else changing first.

public bool IsWorthRepeating { get; }

Property Value

bool

Remarks

Declared here rather than left to each caller, so the resilience pipeline and any supervisor deciding whether to keep asking give the same answer. A refused credential, a rejected request, and an answer of the wrong shape each need somebody to change something before the next attempt can differ from this one.