Delegate DataSourceItemsAddedCallback
Defines a callback method for notifying application when an item or items are added in data source.
Namespace:
Assembly: Alachisoft.NCache.Web.dll
Syntax
public delegate void DataSourceItemsAddedCallback(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 add operation on data source, this callback can be used to determine the result of the operation.