Click or drag to resize

OutputLimitClauseWithAfterTimePeriodExpression Method

Sets the after-keyword time period.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public OutputLimitClause WithAfterTimePeriodExpression(
	TimePeriodExpression afterTimePeriodExpression
)

Parameters

afterTimePeriodExpression
Type: com.espertech.esper.common.client.sodaTimePeriodExpression
after-keyword time period

Return Value

Type: OutputLimitClause
clause
See Also