Delegate ContinuousQueryItemUpdatedCallback
Defines a callback method for notifying application when item is updated in the Continuous Query result.
Namespace:
Assembly: Alachisoft.NCache.Web.dll
Syntax
[Obsolete("This delegate is deprecated. 'Please use QueryDataNotificationCallback(String key, CQEventArg arg)'", false)]
public delegate void ContinuousQueryItemUpdatedCallback(string key);
Parameters
Type | Name | Description |
---|---|---|
System.String | key | A key updated in the result |