RemoveSubscriber(String,String) Method
In This Topic
Removes a subscriber from the queue.
Syntax
'Declaration
Public Overloads Sub RemoveSubscriber( _
ByVal As String, _
ByVal As String _
)
public void RemoveSubscriber(
string ,
string
)
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