dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAdmin Class / GetSubscribers Method

In This Topic
GetSubscribers Method
In This Topic
Gets the subscribers of multiconsumer queue.
Syntax
'Declaration
 
Public Function GetSubscribers() As OracleQueueAgentCollection
 

Return Value

Collection of subscribers.
Remarks
This function returns the subscribers to an 8.0-compatible multiconsumer queue in the OracleQueueAgentCollection. Each element of the collection is of type OracleQueueAgent. This functionality is provided for 8.1-compatible queues.
See Also