Click or drag to resize

ExceptionHandlerContextUnassociatedCurrentEvent Property

Returns the current event, when available.

Namespace:  com.espertech.esper.common.client.hook.exception
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public Object CurrentEvent { get; }

Property Value

Type: Object
current event or null if not available
See Also