dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueEnqueueOptions Class
Members

In This Topic
    OracleQueueEnqueueOptions Class
    In This Topic
    Represents the options available for the enqueue operation.
    Syntax
    'Declaration
     
    Public Class OracleQueueEnqueueOptions 
    public class OracleQueueEnqueueOptions 
    Remarks

    Specify these options via OracleQueue.EnqueueOptions property for OracleQueue object that is used for enqueuing. For more information about advanced queuing technology and samples, refer to Advanced Queuing Technology article.

    Inheritance Hierarchy

    System.Object
       Devart.Data.Oracle.OracleQueueEnqueueOptions

    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