ServerlessSettings.ConnectionTimeoutInSeconds Property

Definition

Gets or sets gets or sets Client Connection Timeout. Optional to be set. Value in seconds. Default value is 30 seconds. Customer should set the timeout to a shorter period if messages are expected to be sent in shorter intervals, and want the client to disconnect more quickly after the last message is sent. You can set the timeout to a longer period if messages are expected to be sent in longer intervals, and they want to keep the same client connection alive during this session. The service considers the client disconnected if it hasn't received a message (including keep-alive) in this interval.

[Newtonsoft.Json.JsonProperty(PropertyName="connectionTimeoutInSeconds")]
public int? ConnectionTimeoutInSeconds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="connectionTimeoutInSeconds")>]
member this.ConnectionTimeoutInSeconds : Nullable<int> with get, set
Public Property ConnectionTimeoutInSeconds As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to