Solclient
ISessionUnsubscribe Method |
Overload List
Name | Description | |
---|---|---|
Unsubscribe(ISubscription, Boolean) |
Remove a subscription.
|
|
Unsubscribe(ITopicEndpoint, Int32) | Obsolete.
Unsubscribes from a durable Topic Endpoint.
|
|
Unsubscribe(ITopicEndpoint, Object) |
Unsubscribes from a durable Topic Endpoint. This is only valid if no clients are bound to the
topic endpoint.
|
|
Unsubscribe(IDispatchTarget, Int32, Object) |
Removes an IDispatchTarget subscription from the given IMessageDispatcher.
(Inherited from IMessageDispatcher.)Note: To use this feature, the parent ISession's SessionProperties must have TopicDispatch set to true. |
|
Unsubscribe(IEndpoint, ISubscription, Int32, Object) |
See Also