[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Receive new and old events from a stream.

Namespace: net.esper.eql.join
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Sub NewData ( _
	streamId As Integer, _
	newEventBuffer As EventBuffer, _
	oldEventBuffer As EventBuffer _
)
C#
public virtual void NewData (
	int streamId,
	EventBuffer newEventBuffer,
	EventBuffer oldEventBuffer
)
Visual C++
public:
virtual void NewData (
	int streamId, 
	EventBuffer^ newEventBuffer, 
	EventBuffer^ oldEventBuffer
)

Parameters

streamId
System.Int32
the stream number sending the events
newEventBuffer
net.esper.collection.EventBuffer
buffer for new events
oldEventBuffer
net.esper.collection.EventBuffer
buffer for old events