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

Collection for internal use similar to the MatchedEventMap class in the client package that holds the one or more events that could match any defined event expressions. The optional tag value supplied when an event expression is created is used as a key for placing matching event objects into this collection.

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

Syntax

Visual Basic (Declaration)
Public NotInheritable Class MatchedEventMap
C#
public sealed class MatchedEventMap
Visual C++
public ref class MatchedEventMap sealed

Inheritance Hierarchy

System.Object
  net.esper.pattern.MatchedEventMap