dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueDeliveryMode Enumeration

In This Topic
    OracleQueueDeliveryMode Enumeration
    In This Topic
    Specifies whether the message is persistent or buffered. If buffered, it will be lost after the application's shutdown. Persistent messages are stored in the database table.
    Syntax
    'Declaration
     
    Public Enum OracleQueueDeliveryMode 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum OracleQueueDeliveryMode : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberDescription
    BufferedMessage is buffered.
    PersistentMessage is persistent.
    PersistentOrBufferedMessage is either persistent or buffered.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.Oracle.OracleQueueDeliveryMode

    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