dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueOptions Class / OracleQueueOptions Constructor / OracleQueueOptions Constructor(OracleQueueType,String)
The queue type, one from OracleQueueType. Specifies if the queue is normal, service or nonpersistent with RAW message payload.
User-specified description of the queue.

In This Topic
    OracleQueueOptions Constructor(OracleQueueType,String)
    In This Topic
    Initializes a new instance of the OracleQueueOptions class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal queueType As OracleQueueType, _
       ByVal comment As String _
    )
    public OracleQueueOptions( 
       OracleQueueType queueType,
       string comment
    )

    Parameters

    queueType
    The queue type, one from OracleQueueType. Specifies if the queue is normal, service or nonpersistent with RAW message payload.
    comment
    User-specified description of the queue.
    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