Interface INotifiable
This interface contains methods for registering and unregistering notifications for data types.
Assembly: Alachisoft.NCache.Client.dll
Syntax
public interface INotifiable
Methods
| Name | Description |
|---|---|
| RegisterNotification(DataTypeDataNotificationCallback, EventType, DataTypeEventDataFilter) | Allows you to register collection event notifications like Add, Update, and Remove on the collection. |
| UnRegisterNotification(DataTypeDataNotificationCallback, EventType) | Allows you to unregister collection event notification. |