Delegate DataSourceClearedCallback
Defines a callback method for notifying application when data source is cleared.
Namespace:
Assembly: Alachisoft.NCache.Web.dll
Syntax
public delegate void DataSourceClearedCallback(object result);
Parameters
Type | Name | Description |
---|---|---|
System.Object | result | A Success or in case of failure, an exception that is thrown during operation |
Remarks
When doing a write behind clear operation on data source, this callback can be used to determine the result of the operation.