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

Emit an event to the specified channel. All listeners listening to the exact same channel and all listeners listening to the default channel are handed the event emitted.

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

Syntax

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

Parameters

_object
System.Object
is the event to emit
channel
System.String
is the channel to emit to