• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Show / Hide Table of Contents

Delegate DataSourceModifiedCallBack

Defines a callback method for notifying applications when data source is modified.

Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public delegate void DataSourceModifiedCallBack(string key, WriteBehindOpResult result);
Parameters
Type Name Description
System.String key

Key the dependency is based upon.

WriteBehindOpResult result

WriteBehindOpResult containing staus of the operation.

Back to top Copyright © 2017 Alachisoft