Click or drag to resize

OutputLimitClauseAfterNumberOfEvents Property

Returns the after-keyword number of events, or null if undefined.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public Nullable AfterNumberOfEvents { get; set; }

Return Value

Type: NullableT
num events for after-keyword
See Also