Method WithSendTimeout
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
timeoutTimeSpan
Returns
- OutboxBuilder<TDbContext>