Table of Contents

Property SendTimeout

Namespace
Ratatoskr.EfCore
Assembly
Ratatoskr.EfCore.dll

SendTimeout

Maximum time a send operation is allowed to run before being cancelled. When set, the send receives a cancellation token that fires after this duration. Timeout cancellation is treated as a failure (increments ErrorCount) and will eventually lead to poisoning after MaxRetries. Default: null (no timeout).

public TimeSpan? SendTimeout { get; set; }

Property Value

TimeSpan?