RouteConfig.Timeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Timeout to apply to this route. This overrides any system defaults. Setting both Timeout and TimeoutPolicy is an error. Timeout granularity is limited to milliseconds.
public TimeSpan? Timeout { get; init; }
member this.Timeout : Nullable<TimeSpan> with get, set
Public Property Timeout As Nullable(Of TimeSpan)