Method WithRestartDelay
WithRestartDelay(TimeSpan)
Sets the delay before restarting the outbox processor after a crash.
public OutboxBuilder<TDbContext> WithRestartDelay(TimeSpan delay)
Parameters
delayTimeSpan
Returns
- OutboxBuilder<TDbContext>
Sets the delay before restarting the outbox processor after a crash.
public OutboxBuilder<TDbContext> WithRestartDelay(TimeSpan delay)
delay TimeSpan