Click or drag to resize

OutputLimitClauseWithUnit Method

Sets the unit the frequency is in.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public OutputLimitClause WithUnit(
	OutputLimitUnit unit
)

Parameters

unit
Type: com.espertech.esper.common.client.sodaOutputLimitUnit
is the unit for the frequency

Return Value

Type: OutputLimitClause

[Missing <returns> documentation for "M:com.espertech.esper.common.client.soda.OutputLimitClause.WithUnit(com.espertech.esper.common.client.soda.OutputLimitUnit)"]

See Also