dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueue Class / DequeueOptions Property

In This Topic
    DequeueOptions Property
    In This Topic
    Gets or sets dequeue options, which are used to dequeue messages from queues by default.
    Syntax
    'Declaration
     
    Public Property DequeueOptions As OracleQueueDequeueOptions
    public OracleQueueDequeueOptions DequeueOptions {get; set;}

    Property Value

    Dequeue options, which are used to dequeue messages from queues by default.
    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