Dela via


SmsNotificationEndpoint.DeviceEnumerationIntervalSeconds Property

 

Applies To: Operations Manager for System Center 2012

The number of seconds to wait between send attempts when sending notifications to each available SMS device.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public Nullable<int> DeviceEnumerationIntervalSeconds { get; set; }
public:
property Nullable<int> DeviceEnumerationIntervalSeconds {
    Nullable<int> get();
    void set(Nullable<int> value);
}
member DeviceEnumerationIntervalSeconds : Nullable<int> with get, set
Public Property DeviceEnumerationIntervalSeconds As Nullable(Of Integer)

Property Value

Type: System.Nullable<Int32>

Returns aInt32 value that defines the number of seconds to wait between send attempts. A null value indicates that SMS notifications are sent only to the primary SMS device..

Remarks

If this value is defined, the PrimaryDevice and SecondaryDevices property values are ignored. Notifications are sent to all available SMS devices.

See Also

SmsNotificationEndpoint Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top