Table of Contents

Method WithSendTimeout

Namespace
Ratatoskr.EfCore
Assembly
Ratatoskr.EfCore.dll

WithSendTimeout(TimeSpan)

Sets the maximum time a send operation is allowed to run before being cancelled. Timeout cancellation is treated as a failure and increments the error count.

public OutboxBuilder<TDbContext> WithSendTimeout(TimeSpan timeout)

Parameters

timeout TimeSpan

Returns

OutboxBuilder<TDbContext>