dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAdmin Class / RemoveSubscriber Method / RemoveSubscriber(String,String) Method
The name of the subscriber.
Protocol-specific address of the subscriber. If the protocol is zero, the address is of the form [schema.]queue[@dblink].

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

    Parameters

    name
    The name of the subscriber.
    address
    Protocol-specific address of the subscriber. If the protocol is zero, the address is of the form [schema.]queue[@dblink].
    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