[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 on the specified channel. Event listeners listening to all channels as well as those listening to the specific channel are called. Supplying a null value in the channel has the same result as the Emit(Object object) method.

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

Syntax

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

Parameters

_object
System.Object
to be emitted
channel
System.String
channel to emit the object to, or null if emitting to the default channel