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

    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