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
 

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.
See Also