Delegate ContinuousQueryItemRemovedCallback
Defines a callback method for notifying application when item is removed from 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 ContinuousQueryItemRemovedCallback(string key);
Parameters
Type | Name | Description |
---|---|---|
System.String | key | A key removed from the result |