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

Emit an event object to any registered EmittedListener instances listening to the default channel.

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

Syntax

Visual Basic (Declaration)
Sub Emit ( _
	_object As Object _
)
C#
void Emit (
	Object _object
)
Visual C++
void Emit (
	Object^ _object
)

Parameters

_object
System.Object
to be emitted to the default channel