Interface ITopicSubscription
This interface contains properties and methods of created subscription. It is implemented by TopicSubscription.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public interface ITopicSubscription
Name | Description |
---|---|
Topic | Topic of subscription. |
Name | Description |
---|---|
UnSubscribe() | Unsubscribes topic. |
Name | Description |
---|---|
OnMessageRecieved | Message is delivered through this callback. |