Namespace Alachisoft.NCache.Runtime.Events
Classes
DataTypeEventArg
This object is received when a collection event is raised and a delegate DataTypeDataNotificationCallback is executed. This class contains necessary information to identify the event and perform necessary actions accordingly.
Enums
DataTypeEventDataFilter
The DataTypeEventDataFilter enum in NCache is used to specify the type of events that the user wants to receive from the cache.
EventDataFilter
NCache provides an enum EventDataFilter to specify how much data should be retrieved from the cache, and when a notification is raised. This is specified when a user registers a notification.
EventType
Returns an EventType enum which specifies the type of event to be registered by the user. Event types are specified at the time of notification registration.
Delegates
DataTypeDataNotificationCallback
Defines a callback method for notifying applications when a distributed collection is updated in the cache.