[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)
Returns a Hashtable containing the events where the key is the event tag string and the value is the event
instance.
Namespace: net.esper.pattern
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetMatchingEvents As EDictionary(Of String, EventBean) |
C# |
---|
public EDictionary<string, EventBean> GetMatchingEvents () |
Visual C++ |
---|
public: EDictionary<String^, EventBean^>^ GetMatchingEvents () |