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

In This Topic
    IsNotifiedOnce Property
    In This Topic
    Indicates whether the registration is to be removed upon notification.
    Syntax
    'Declaration
     
    Public Property IsNotifiedOnce As Boolean
    public bool IsNotifiedOnce {get; set;}

    Property Value

    true, if the registration is to be removed upon notification; otherwise, false.
    Remarks
    The default value is true.
    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