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