ISession.Unsubscribe Method

Solclient

ISessionUnsubscribe Method
version: 7.2.1.27
Overload List
  Name Description
Public method Unsubscribe(ISubscription, Boolean)
Remove a subscription.
Public method Unsubscribe(ITopicEndpoint, Int32) Obsolete.
Unsubscribes from a durable Topic Endpoint.
Public method Unsubscribe(ITopicEndpoint, Object)
Unsubscribes from a durable Topic Endpoint. This is only valid if no clients are bound to the topic endpoint.
Public method Unsubscribe(IDispatchTarget, Int32, Object)
Removes an IDispatchTarget subscription from the given IMessageDispatcher.

Note: To use this feature, the parent ISession's SessionProperties must have TopicDispatch set to true.

(Inherited from IMessageDispatcher.)
Public method Unsubscribe(IEndpoint, ISubscription, Int32, Object)
Remove a ITopic subscription from the endpoint if the operation is supported on the endpoint (Only endpoint of type IQueue supports this operation).
Top
See Also