Udostępnij za pośrednictwem


AlertSubscriptionConfiguration.PollingIntervalMinutes Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the polling interval, in minutes, to use when polling for the alert change notifications.

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

Usage

'Usage
Dim instance As AlertSubscriptionConfiguration
Dim value As Integer

value = instance.PollingIntervalMinutes

instance.PollingIntervalMinutes = value

Syntax

'Declaration
Public Property PollingIntervalMinutes As Integer
public int PollingIntervalMinutes { get; set; }
public:
property int PollingIntervalMinutes {
    int get ();
    void set (int value);
}
/** @property */
public int get_PollingIntervalMinutes ()

/** @property */
public void set_PollingIntervalMinutes (int value)
public function get PollingIntervalMinutes () : int

public function set PollingIntervalMinutes (value : int)

Property Value

Returns Int32 value that is the polling interval, in minutes, to use when polling for the alert change notifications.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

AlertSubscriptionConfiguration Class
AlertSubscriptionConfiguration Members
Microsoft.EnterpriseManagement.Administration Namespace