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

In This Topic
    OracleQueueDequeueMode Enumeration
    In This Topic
    Specifies how the messages will be dequeued.
    Syntax
    'Declaration
     
    Public Enum OracleQueueDequeueMode 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum OracleQueueDequeueMode : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberDescription
    BrowseRead the message without acquiring any lock on the message.
    LockedRead and obtain a write lock on the message.
    RemoveRead the message and delete it.
    RemoveNoDataMark the message as updated or deleted.
    UnknownThe dequeuing behaviour is not set.
    Inheritance Hierarchy

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

    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