'Declaration Public Function WaitAlert() As OracleAlert
public OracleAlert WaitAlert()
Return Value
An OracleAlert object. If no alert happened during the Timeout, the value returned is null.
'Declaration Public Function WaitAlert() As OracleAlert
public OracleAlert WaitAlert()
The OracleAlerter.WaitAlert method initiates the listening for alerts during the Timeout period.
Unlike OracleAlerter.WaitAlert, this method reserves the Connection to perform listening.