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, added, or updated.  | 
                  
| CQEventArg | arg | Information about Continuous Query Event arguments.  |