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 _
)
 

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.
See Also