Enum 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.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum DataTypeEventDataFilter : int
Fields
Name | Description |
---|---|
Data | This specifies that item of collection is required when an event notification is raised. |
None | This specifies that no data or meta data is required when an event notification is raised. |