dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDependency Class / OracleDependency Constructor / OracleDependency Constructor()

In This Topic
OracleDependency Constructor()
In This Topic
Initializes a new instance of the OracleDependency class.
Syntax
'Declaration
 
Public Function New()
 
Remarks
This constructor uses the default values for OracleNotificationRequest properties. The OracleNotificationRequest.IsNotifiedOnce is set to true, OracleNotificationRequest.IsPersistent is set to false, and OracleNotificationRequest.Timeout is set to 50000 seconds. In other words, this overload creates a one-time notification request that is valid for approximately 14 hours.
See Also