Table of Contents

Method WithRestartDelay

Namespace
Ratatoskr.EfCore
Assembly
Ratatoskr.EfCore.dll

WithRestartDelay(TimeSpan)

Sets the delay before restarting the inbox processor after a crash.

public InboxBuilder<TDbContext> WithRestartDelay(TimeSpan delay)

Parameters

delay TimeSpan

Returns

InboxBuilder<TDbContext>