ISession.Subscribe Method

Solclient

ISessionSubscribe Method
version: 7.2.1.27
Overload List
  Name Description
Public method Subscribe(ISubscription, Boolean)
Registers a subscription to the appliance. When the appliance is running SolOS-TR, a Topic is required.
Public method Subscribe(IDispatchTarget, Int32, Object)
Adds a IDispatchTarget subscription to the given IMessageDispatcher.

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

(Inherited from IMessageDispatcher.)
Public method Subscribe(IEndpoint, ISubscription, Int32, Object)
Add a ITopic subscription on the endpoint if the operation is supported on the endpoint (Only endpoints of type IQueue or type IClientName support this operation).
Top
See Also