dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNotificationRequest Class
Members

In This Topic
    OracleNotificationRequest Class
    In This Topic
    Represents a notification request to be subscribed in the database.
    Syntax
    'Declaration
     
    Public Class OracleNotificationRequest 
       Implements System.IDisposable 
    public class OracleNotificationRequest : System.IDisposable  
    Remarks

    The properties of OracleNotificationRequest are common for all notification requests bound for same OracleDependency object, can be adjusted only before the listener has started. The initial values of the properties are inherited from the OracleDependency object. You can adjust them in one of the OracleDependency constructors.

    Inheritance Hierarchy

    System.Object
       Devart.Data.Oracle.OracleNotificationRequest

    See Also