[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) |
---|
Public Sub EmitEvent ( _
_object As Object, _
channel As String _
) |
Visual C++ |
---|
public:
virtual void EmitEvent (
Object^ _object,
String^ channel
) sealed |
Parameters
- _object
- System.Object
is the event to emit
- channel
- System.String
is the channel to emit to