[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 the mapping of event type alias to legacy java event type information.
Namespace: net.esper.client
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property EventTypesLegacy As EDictionary(Of String, ConfigurationEventTypeLegacy) |
C# |
---|
public EDictionary<string, ConfigurationEventTypeLegacy> EventTypesLegacy { get; } |
Visual C++ |
---|
public: property EDictionary<String^, ConfigurationEventTypeLegacy^>^ EventTypesLegacy { EDictionary<String^, ConfigurationEventTypeLegacy^>^ get (); } |