Property ItemRemoveCallback
ItemRemoveCallback
A delegate that, if provided, is called when an object is removed from the cache. You can use this to notify applications when their objects are deleted from the cache.
Declaration
[Obsolete("This delegate is deprecated. 'Please use SetCacheDataNotification(CacheDataNotificationCallback callback, EventType eventType, EventDataFilter datafilter)'", false)]
public CacheItemRemovedCallback ItemRemoveCallback { get; set; }
Property Value
Type | Description |
---|---|
CacheItemRemovedCallback |