Sdílet prostřednictvím


StatelessServiceUpdateDescription.InstanceCloseDelayDuration Property

Definition

Gets or sets the InstanceCloseDelayDuration

public TimeSpan? InstanceCloseDelayDuration { get; set; }
member this.InstanceCloseDelayDuration : Nullable<TimeSpan> with get, set
Public Property InstanceCloseDelayDuration As Nullable(Of TimeSpan)

Property Value

The duration for which the graceful close of a stateless instance is delayed. This would be effective when the instance is closing during the application/cluster upgrade and disabling node. The endpoint exposed on this instance is removed prior to starting the delay, which prevents new connections to this instance.

Remarks

See InstanceCloseDelayDuration

Applies to