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 |
---|---|
Un |
This method unsubscribes the topic. |
Events
Name | Description |
---|---|
On |
Event to register subscriber against the topic so that it can receive published messages. |