[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)
Format the event and return a string representation.
Namespace: net.esper.events
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function PrintEvent ( _ ev As EventBean _ ) As String |
C# |
---|
public static string PrintEvent ( EventBean ev ) |
Visual C++ |
---|
public: static String^ PrintEvent ( EventBean^ ev ) |
Parameters
- ev
- net.esper.events.EventBean
is the event to format.