Delegate QueryDataNotificationCallback
Defines a callback method for notifying application when an item is added, updated or removed from the Continuous Query result.
Namespace:
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 |