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