Click or drag to resize

OutputLimitClauseWithAfterNumberOfEvents Method

[Missing <summary> documentation for "M:com.espertech.esper.common.client.soda.OutputLimitClause.WithAfterNumberOfEvents(System.Nullable`1)"]

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public OutputLimitClause WithAfterNumberOfEvents(
	Nullable afterNumberOfEvents
)

Parameters

afterNumberOfEvents
Type: SystemNullableT

[Missing <param name="afterNumberOfEvents"/> documentation for "M:com.espertech.esper.common.client.soda.OutputLimitClause.WithAfterNumberOfEvents(System.Nullable`1)"]

Return Value

Type: OutputLimitClause

[Missing <returns> documentation for "M:com.espertech.esper.common.client.soda.OutputLimitClause.WithAfterNumberOfEvents(System.Nullable`1)"]

See Also