Defines a callback method for notifying application when item is removed from the Continuous Query result.

Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public delegate void ContinuousQueryItemRemovedCallback(
	string key
)
Visual Basic
Public Delegate Sub ContinuousQueryItemRemovedCallback ( _
	key As String _
)
Visual C++
public delegate void ContinuousQueryItemRemovedCallback(
	String^ key
)

Parameters

key
Type: System..::..String
A key removed from the result

Remarks