Enum DataTypeEventDataFilter
The DataTypeEventDataFilter enum in NCache is used to specify the type of events that the user wants to receive from the cache.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum DataTypeEventDataFilter
Fields
Name | Description |
---|---|
Data | Specifies that events related to data operations (such as Add, Insert, Update, and Remove) should be filtered. |
None | Specifies that no events of any data type should be filtered. |