Delegate DataSourceModifiedCallBack
Defines a callback method for notifying applications when data source is modified.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public delegate void DataSourceModifiedCallBack(string key, WriteBehindOpResult result);
Parameters
Type | Name | Description |
---|---|---|
System.String | key | Key the dependency is based upon. |
WriteBehindOpResult | result | WriteBehindOpResult containing staus of the operation. |