MessagingOptions.ResponseTimeoutWithDebugger 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.
Gets or sets the effective ResponseTimeout value to use when a debugger is attached.
public TimeSpan ResponseTimeoutWithDebugger { get; set; }
member this.ResponseTimeoutWithDebugger : TimeSpan with get, set
Public Property ResponseTimeoutWithDebugger As TimeSpan
Property Value
Requests will timeout after 30 minutes when a debugger is attached, by default.