ISessionUnsubscribe Method |
Name | Description | |
---|---|---|
Unsubscribe(IListSubscription) |
This is the same as calling
Unsubscribe(IListSubscription, String)
with null request label.
| |
Unsubscribe(IListSubscription, String) |
Cancel a list of subscriptions.
If the CorrelationID of any entry in the list does not identify a current subscription then that entry is ignored. See Cancel(CorrelationID) for more information on the handling of cancel requests. |