[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.core
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Sub Emit ( _
_object As Object, _
channel As String _
) |
C# |
---|
public virtual void Emit (
Object _object,
string channel
) |
Visual C++ |
---|
public:
virtual void Emit (
Object^ _object,
String^ channel
) |
Parameters
- _object
- System.Object
- channel
- System.String
channel to emit the object to, or null if emitting to the default channel