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

Sends the event.

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

Syntax

Visual Basic (Declaration)
Public Overridable Sub SendEvent ( _
	_event As Object _
)
C#
public virtual void SendEvent (
	Object _event
)
Visual C++
public:
virtual void SendEvent (
	Object^ _event
)

Parameters

_event
System.Object
The _event.