dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAdmin Class / AddSubscriber Method / AddSubscriber(OracleQueueAgent) Method
Agent on whose behalf the subscription is being defined.

In This Topic
    AddSubscriber(OracleQueueAgent) Method
    In This Topic
    Adds a subscriber to the queue.
    Syntax
    'Declaration
     
    Public Overloads Sub AddSubscriber( _
       ByVal subscriber As OracleQueueAgent _
    ) 
    public void AddSubscriber( 
       OracleQueueAgent subscriber
    )

    Parameters

    subscriber
    Agent on whose behalf the subscription is being defined.
    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