dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueDequeueOptions Class / Visibility Property

In This Topic
    Visibility Property (OracleQueueDequeueOptions)
    In This Topic
    Specifies whether the new message is dequeued as part of the current transaction.
    Syntax
    'Declaration
     
    Public Property Visibility As OracleQueueVisibility
    public OracleQueueVisibility Visibility {get; set;}

    Property Value

    One of the OracleQueueVisibility values. The default value is OracleQueueVisibility.OnCommit.
    Remarks
    The Visibility parameter is ignored when using the OracleQueueDequeueMode.Browse dequeue mode.
    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