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.

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

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