Share via


ConfigurationUpgradeDescription.UpgradeDomainTimeout Property

Definition

Gets or sets the timeout for the upgrade domain.

public TimeSpan UpgradeDomainTimeout { get; set; }
member this.UpgradeDomainTimeout : TimeSpan with get, set
Public Property UpgradeDomainTimeout As TimeSpan

Property Value

The timeout for the upgrade domain.

Remarks

The default is TimeSpan.FromSeconds(uint.MaxValue).

Applies to