[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
A delegate wrapper for the filter callback
Namespace: net.esper.filter
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Delegate Sub FilterCallbackDelegate ( _
_event As EventBean _
) |
C# |
---|
public delegate void FilterCallbackDelegate (
EventBean _event
) |
Visual C++ |
---|
public delegate void FilterCallbackDelegate (
EventBean^ _event
) |
Parameters
- _event
- net.esper.events.EventBean
the event received that matches the filter specification
Return Value