[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)
Gets or sets router for internal event processing.
Namespace: net.esper.core
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property InternalEventRouter As InternalEventRouter |
C# |
---|
public InternalEventRouter InternalEventRouter { get; set; } |
Visual C++ |
---|
public: property InternalEventRouter^ InternalEventRouter { InternalEventRouter^ get (); void set (InternalEventRouter^ value); } |