Click or drag to resize

SupportSubscriberUpdate Method

Receive events.

Namespace:  com.espertech.esper.runtime.client.scopetest
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public void Update(
	Object[] newData,
	Object[] oldData
)

Parameters

newData
Type: SystemObject
insert stream
oldData
Type: SystemObject
remove stream
See Also