Namespace Alachisoft.NCache.Runtime.Events
Classes
DataTypeEventArg
This object is received when a collection event is raised and delegate DataTypeDataNotificationCallback is executed. This class contains necessary information to identify the event and perform necessary actions accordingly.
Enums
DataTypeEventDataFilter
This enum is to describe when registering a collection event, upon raise how much data is retrieved from cache when the event is raised. Only one value can be set.
DataTypeEventDataFilter
This enum is to describe when registering a collection event, upon raise how much data is retrieved from cache when the event is raised. Only one value can be set.
EventDataFilter
NCache provides an enum EventDataFilter to specify how much data should be retrieved from cache when a notification is raised. This is specified when user registers a notification.
EventType
NCache provides 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.