dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleAlerter Class / Interval Property

In This Topic
    Interval Property
    In This Topic
    Gets or sets alert poll period.
    Syntax
    'Declaration
     
    Public Property Interval As Integer
    public int Interval {get; set;}

    Property Value

    A number in seconds that represents interval between two consequent monitoring periods.
    Remarks
    The value of this property affects behavior of the OracleAlerter when the Start method is used. If the Interval is -1, OracleAlerter waits for alerts during the Timeout period and then automatically stops. If the Interval is 0, OracleAlerter monitors the alerts infinitely. If the Interval property is set to a positive integer value, this value represents pauses between two consequent monitoring periods.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also