ApplicationUpgradePolicy.InstanceCloseDelayDurationInSeconds 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.
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)