Delegate DataSourceItemsUpdatedCallback
Defines a callback method for notifying application when an item or items are updated in data source.
Namespace:
Assembly: Alachisoft.NCache.Web.dll
Syntax
public delegate void DataSourceItemsUpdatedCallback(IDictionary result);
Parameters
Type | Name | Description |
---|---|---|
System.Collections.IDictionary | result | Dictionary of key or keys along with there result. The result can be Success or in case of failure, an exception that is thrown during operation |
Remarks
When doing a write behind update operation on data source, this callback can be used to determine the result of the operation.