Compartir vía


StabilizerElement.NotificationsCooldown 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 notifications.

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> NotificationsCooldown { get; set; }
'Declaration
<XmlIgnoreAttribute> _
Public Property NotificationsCooldown As Nullable(Of TimeSpan)
    Get
    Set
[XmlIgnoreAttribute]
public:
property Nullable<TimeSpan> NotificationsCooldown {
    Nullable<TimeSpan> get ();
    void set (Nullable<TimeSpan> value);
}

Field Value

The cooldown period for notifications.

See Also

StabilizerElement Class

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