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

In This Topic
    OracleQueueSequenceDeviation Enumeration
    In This Topic
    Specifies whether the message being enqueued should be dequeued before other messages already in the queue.
    Syntax
    'Declaration
     
    Public Enum OracleQueueSequenceDeviation 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum OracleQueueSequenceDeviation : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberDescription
    BeforeThe message is enqueued ahead of the message specified by OracleQueueEnqueueOptions.RelativeMessageId.
    TopThe message is enqueued ahead of any other messages.
    UnknownNo sequence deviation.
    Inheritance Hierarchy

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

    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