Udostępnij za pośrednictwem


StabilizerElementSettingsBase.ScaleUpCooldown Property

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Gets or sets the cooldown period for scaling up.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.ServiceModel.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

[XmlIgnoreAttribute]
public Nullable<TimeSpan> ScaleUpCooldown { get; set; }
'Declaration
<XmlIgnoreAttribute> _
Public Property ScaleUpCooldown As Nullable(Of TimeSpan)
    Get
    Set
[XmlIgnoreAttribute]
public:
property Nullable<TimeSpan> ScaleUpCooldown {
    Nullable<TimeSpan> get ();
    void set (Nullable<TimeSpan> value);
}

Field Value

The cooldown period for scaling up.

See Also

StabilizerElementSettingsBase Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.ServiceModel.Configuration Namespace