CacheItemPolicy::UpdateCallback Property
.NET Framework (current version)
Gets or sets a reference to a CacheEntryUpdateCallback delegate that is called before a cache entry is removed from the cache.
Assembly: System.Runtime.Caching (in System.Runtime.Caching.dll)
public: property CacheEntryUpdateCallback^ UpdateCallback { CacheEntryUpdateCallback^ get(); void set(CacheEntryUpdateCallback^ value); }
Property Value
Type: System.Runtime.Caching::CacheEntryUpdateCallback^A reference to a delegate that is called by a cache implementation.
.NET Framework
Available since 4.0
Available since 4.0
Show: