dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleAlerter Class / WaitAlert Method

WaitAlert Method
Waits specified Timeout for alert to be receieved from server.
Syntax
'Declaration
 
Public Function WaitAlert() As OracleAlert
 

Return Value

An OracleAlert object. If no alert happened during the Timeout, the value returned is null.
Remarks

The OracleAlerter.WaitAlert method initiates the listening for alerts during the Timeout period.

Unlike OracleAlerter.WaitAlert, this method reserves the Connection to perform listening.

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