Enum EventType
Type of event
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum EventType : int
Name | Description |
---|---|
ClientCache | For Client Cache Poll based notification. THis event type is internal. |
ItemAdded | When an item is added to cache |
ItemRemoved | When an item is removed from cache |
ItemUpdated | When an item is updated in cache |
PubSub | For pub-sub Poll based notification. THis event type is internal. |