[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Assigns to the node the future which can be queried for the current aggregation state at evaluation time.

Namespace: net.esper.eql.expression
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Sub SetAggregationResultFuture ( _
	aggregationResultFuture As AggregationResultFuture, _
	column As Integer _
)
C#
public virtual void SetAggregationResultFuture (
	AggregationResultFuture aggregationResultFuture,
	int column
)
Visual C++
public:
virtual void SetAggregationResultFuture (
	AggregationResultFuture^ aggregationResultFuture, 
	int column
)

Parameters

aggregationResultFuture
net.esper.eql.core.AggregationResultFuture
future containing state
column
System.Int32
column to hand to future for easy access