Click or drag to resize

OutputLimitClauseWithFrequencyVariable Method

Sets the variable name of the variable providing output rate frequency values, or null if the frequency is a fixed value.

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

Parameters

frequencyVariable
Type: SystemString
variable name or null if no variable is used

Return Value

Type: OutputLimitClause

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

See Also