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

In This Topic
    IsPersistent Property
    In This Topic
    Indicates whether the invalidation message should be queued persistently in the database before delivery.
    Syntax
    'Declaration
     
    Public Property IsPersistent As Boolean
    public bool IsPersistent {get; set;}

    Property Value

    true, if invalidation message should be queued persistently in the database before delivery; otherwise, false.
    Remarks

    When the IsPersistent property is set to true, the message is queued persistently in the database and cannot be lost upon database failures or shutdowns. The database performs faster if the message is stored in an in-memory queue rather than a database queue.

    The default value is false.

    See Also