Click or drag to resize

SupportSubscriberMRDUpdate Method

Receive multi-row subscriber data through this methods.

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[][] insertStream,
	Object[][] removeStream
)

Parameters

insertStream
Type: SystemObject
new data
removeStream
Type: SystemObject
removed data
See Also