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.

Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public CacheItemUpdatedCallback ItemUpdateCallback { get; set; }
Visual Basic
Public Property ItemUpdateCallback As CacheItemUpdatedCallback
	Get
	Set
Visual C++
public:
property CacheItemUpdatedCallback^ ItemUpdateCallback {
	CacheItemUpdatedCallback^ get ();
	void set (CacheItemUpdatedCallback^ value);
}

See Also