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].
    See Also