10.24.0

ISessionSubscribe Method

Overload List

Subscribe(ISubscription, Boolean) Registers a subscription to the appliance. When the appliance is running SolOS-TR, a Topic is required.
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.

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).

See Also