dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNotificationRequest Class / Timeout Property

In This Topic
Timeout Property (OracleNotificationRequest)
In This Topic
Specifies the time in seconds that the registration remains alive.
Syntax
'Declaration
 
Public Property Timeout As Integer
 

Property Value

The timeout in seconds. The default value is 50000.
Remarks

The value 0 indicates that the registration should never expire. The valid values for timeout are between 0 and 4294967295.

See Also