[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)
This process (update) method is for participation in a join.
Namespace: net.esper.eql.view
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>)
new events
- oldEvents
- net.esper.compat.ISet<(Of T>)
old events