Share via


DurableTaskOptions.ExtendedSessionIdleTimeoutInSeconds Property

Definition

Gets or sets the amount of time in seconds before an idle session times out. The default value is 30 seconds.

public int ExtendedSessionIdleTimeoutInSeconds { get; set; }
member this.ExtendedSessionIdleTimeoutInSeconds : int with get, set
Public Property ExtendedSessionIdleTimeoutInSeconds As Integer

Property Value

The number of seconds before an idle session times out.

Remarks

This setting is applicable when ExtendedSessionsEnabled is set to true.

Applies to