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. |
key | Key on which the dependency is based upon. |
Write |
result | Contains the status of the operation. |