• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Interface INotifiable

This interface contains methods for registering and unregistering notifactions 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.

Back to top Copyright © 2017 Alachisoft