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
    public OracleQueueAgentCollection GetSubscribers()

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