Registers notification for item added in ContinuousQuery resultset.

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 void RegisterAddNotification(
	ContinuousQueryItemAddedCallback itemAddedCallback
)
Visual Basic
Public Sub RegisterAddNotification ( _
	itemAddedCallback As ContinuousQueryItemAddedCallback _
)
Visual C++
public:
void RegisterAddNotification(
	ContinuousQueryItemAddedCallback^ itemAddedCallback
)

See Also