Defines a callback method for notifying application when item is added to 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 ContinuousQueryItemAddedCallback(
	string key
)
Visual Basic
Public Delegate Sub ContinuousQueryItemAddedCallback ( _
	key As String _
)
Visual C++
public delegate void ContinuousQueryItemAddedCallback(
	String^ key
)

Parameters

key
Type: System..::..String
A key added in the result

Remarks