[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Process join result set.
Namespace: net.esper.eql.join
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub Process ( _ newEvents As ISet(Of MultiKey(Of EventBean)), _ oldEvents As ISet(Of MultiKey(Of EventBean)) _ ) |
C# |
---|
public void Process ( ISet<MultiKey<EventBean>> newEvents, ISet<MultiKey<EventBean>> oldEvents ) |
Visual C++ |
---|
public: virtual void Process ( ISet<MultiKey<EventBean^>^>^ newEvents, ISet<MultiKey<EventBean^>^>^ oldEvents ) sealed |
Parameters
- newEvents
- net.esper.compat.ISet<(Of T>)
set of event tuples representing new data
- oldEvents
- net.esper.compat.ISet<(Of T>)
set of event tuples representing old data