[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)
Create an aggregate event wrapper bean from a set of named events stored in a Map.
Namespace: net.esper.events
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Function CreateMapFromUnderlying ( _ events As EDictionary(Of String, EventBean), _ eventType As EventType _ ) As EventBean |
C# |
---|
EventBean CreateMapFromUnderlying ( EDictionary<string, EventBean> events, EventType eventType ) |
Visual C++ |
---|
EventBean^ CreateMapFromUnderlying ( EDictionary<String^, EventBean^>^ events, EventType^ eventType ) |
Parameters
- events
- net.esper.compat.EDictionary<(Of K, V>)
is key-value pairs where the key is the event name and the value is the event
- eventType
- net.esper.events.EventType
is the type metadata for any maps of that type