Click or drag to resize

OutputLimitClauseCreateAfter Method (Int32)

Create with after-only and number of events.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static OutputLimitClause CreateAfter(
	int afterNumEvents
)

Parameters

afterNumEvents
Type: SystemInt32
num events

Return Value

Type: OutputLimitClause
clause
See Also