[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.core
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Sub Emit ( _
_object As Object _
) |
C# |
---|
public virtual void Emit (
Object _object
) |
Visual C++ |
---|
public:
virtual void Emit (
Object^ _object
) |
Parameters
- _object
- System.Object