[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)
Ctor.
Namespace: net.esper.events
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ wrappedEvents As IDictionary(Of String, EventBean), _ eventType As EventType _ ) |
C# |
---|
public CompositeEventBean ( IDictionary<string, EventBean> wrappedEvents, EventType eventType ) |
Visual C++ |
---|
public: CompositeEventBean ( IDictionary<String^, EventBean^>^ wrappedEvents, EventType^ eventType ) |
Parameters
- wrappedEvents
- System.Collections.Generic.IDictionary<(Of TKey, TValue>)
is the event properties map with keys being the property name tages and values the wrapped event
- eventType
- net.esper.events.EventType
is the event type instance for the wrapper