Share via


ApplicationUpgradePolicy.InstanceCloseDelayDurationInSeconds Property

Definition

Duration in seconds, to wait before a stateless instance is closed, to allow the active requests to drain gracefully. This would be effective when the instance is closing during the application/cluster upgrade, only for those instances which have a non-zero delay duration configured in the service description.

public long? InstanceCloseDelayDurationInSeconds { get; set; }
member this.InstanceCloseDelayDurationInSeconds : Nullable<int64> with get, set
Public Property InstanceCloseDelayDurationInSeconds As Nullable(Of Long)

Property Value

Applies to