Click or drag to resize

AggregationFunctionLeave Method

Apply the value as leaving aggregation (leaving window).

The value can be null since 'null' values may be counted as unique separate values.

Namespace:  com.espertech.esper.common.client.hook.aggfunc
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
void Leave(
	Object value
)

Parameters

value
Type: SystemObject
to remove from aggregate
See Also