[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Adds event to the front of the queue.
Namespace: net.esper.collection
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub AddFront ( _ ev As Object _ ) |
C# |
---|
public void AddFront ( Object ev ) |
Visual C++ |
---|
public: void AddFront ( Object^ ev ) |
Parameters
- ev
- System.Object
event to add