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

Delegate QueryDataNotificationCallback

Defines a callback method for notifying application when an item is added, updated or removed from the Continuous Query result.

Assembly: Alachisoft.NCache.Client.dll
Syntax
public delegate void QueryDataNotificationCallback(string key, CQEventArg arg);
Parameters
Type Name Description
System.String key

key removed, add or updated

CQEventArg arg

Information about continuous query event arguments

Back to top Copyright © 2017 Alachisoft