dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueMessageProperties Class / RecipientList Property

In This Topic
RecipientList Property
In This Topic
Gets or sets the collection of queue subscribers.
Syntax
'Declaration
 
Public Property RecipientList As OracleQueueAgentCollection
 

Property Value

The collection of queue subscribers.
Remarks
This parameter is only valid for queues that allow multiple consumers. If empty, the queue will be available for any consumer. This parameter is not returned to a consumer at dequeue time.
See Also