MessagingOptions.ResponseTimeout Property

Definition

Gets or sets the default timeout before a request is assumed to have failed.

public TimeSpan ResponseTimeout { get; set; }
member this.ResponseTimeout : TimeSpan with get, set
Public Property ResponseTimeout As TimeSpan

Property Value

Requests will timeout after 30 seconds by default.

Applies to

See also