RouteConfig.TimeoutPolicy 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 name of the TimeoutPolicy to apply to this route. Setting both Timeout and TimeoutPolicy is an error. If not set then only the system default will apply. Set to "Disable" to disable timeouts for this route. Set to "Default" or leave empty to use the system defaults, if any.
public string? TimeoutPolicy { get; init; }
member this.TimeoutPolicy : string with get, set
Public Property TimeoutPolicy As String