dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAdmin Class / RemoveSubscriber Method / RemoveSubscriber(OracleQueueAgent) Method
Agent who is being removed.

In This Topic
    RemoveSubscriber(OracleQueueAgent) Method
    In This Topic
    Removes a subscriber from the queue.
    Syntax
    'Declaration
     
    Public Overloads Sub RemoveSubscriber( _
       ByVal subscriber As OracleQueueAgent _
    ) 
    public void RemoveSubscriber( 
       OracleQueueAgent subscriber
    )

    Parameters

    subscriber
    Agent who is being removed.
    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