'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.