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.

Namespace:   System.Runtime.Caching
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
Return to top
Show: