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

Merge the state of an other match event structure into this one by adding all entries within the MatchedEventMap to this match event.

Namespace: net.esper.pattern
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub Merge ( _
	other As MatchedEventMap _
)
C#
public void Merge (
	MatchedEventMap other
)
Visual C++
public:
void Merge (
	MatchedEventMap^ other
)

Parameters

other
net.esper.pattern.MatchedEventMap
is the other instance to merge in.