Method UnRegisterNotification
UnRegisterNotification(DataTypeDataNotificationCallback, EventType)
Allows you to unregister collection event notification.
Declaration
void UnRegisterNotification(DataTypeDataNotificationCallback collectionDataNotificationCallback, EventType eventType)
Parameters
Type | Name | Description |
---|---|---|
DataTypeDataNotificationCallback | collectionDataNotificationCallback | The DataTypeDataNotificationCallback that is invoked when an item is added, updated or removed from the cache. |
EventType | eventType | The type of event that is to be unregistered. |