Click or drag to resize

OutputLimitClauseCreate Method (String)

Creates an output limit clause.

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

Parameters

frequencyVariable
Type: SystemString
is the variable name providing output rate frequency values

Return Value

Type: OutputLimitClause
clause
See Also