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