Table of Contents

Method NextDelay

Namespace
Millrace
Assembly
Millrace.dll

NextDelay(int)

Delay before the next attempt, given that attempt number attempt (1-based) just failed. Returns null when attempts are exhausted and the job must be dead-lettered.

public TimeSpan? NextDelay(int attempt)

Parameters

attempt int

Returns

TimeSpan?