Method SetCacheDataNotification
SetCacheDataNotification(CacheDataNotificationCallback, EventType)
You can use this to notify applications when their objects are updated or removed in the cache.
Callbacks can be registered against
Declaration
public void SetCacheDataNotification(CacheDataNotificationCallback callback, EventType eventType)
Parameters
Type | Name | Description |
---|---|---|
CacheDataNotificationCallback | callback | Callback to be raised when an item is updated or removed |
EventType | eventType |
SetCacheDataNotification(CacheDataNotificationCallback, EventType, EventDataFilter)
You can use this to notify applications when their objects are updated or removed in the cache.
Callbacks can be registered against
Declaration
public void SetCacheDataNotification(CacheDataNotificationCallback callback, EventType eventType, EventDataFilter datafilter)
Parameters
Type | Name | Description |
---|---|---|
CacheDataNotificationCallback | callback | Callback to be raised when an item is updated or removed |
EventType | eventType | |
EventDataFilter | datafilter |