Registers notification for item updated 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 RegisterUpdateNotification(
	ContinuousQueryItemUpdatedCallback itemUpdatedCallback
)
Visual Basic
Public Sub RegisterUpdateNotification ( _
	itemUpdatedCallback As ContinuousQueryItemUpdatedCallback _
)
Visual C++
public:
void RegisterUpdateNotification(
	ContinuousQueryItemUpdatedCallback^ itemUpdatedCallback
)

See Also