[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Starts the event expression or an instance of it. Child classes are expected to initialize and Start any event listeners or schedule any time-based callbacks as needed.

Namespace: net.esper.pattern
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Sub Start
C#
public override void Start ()
Visual C++
public:
virtual void Start () override