Interface ITopicSubscription
NCache provides ITopicSubscription interface which is returned against the desired topic, containing information for topic subscriptions.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public interface ITopicSubscription
Properties
Name | Description |
---|---|
Topic | ITopic instance containing information about the topic. |
Methods
Name | Description |
---|---|
UnSubscribe() | Unsubscribes topic. |
Events
Name | Description |
---|---|
OnMessageRecieved | Event to register subscriber against the topic so that it can receive the published messages. |