Click or drag to resize

AggregationMultiFunctionForgeAddAggregationFunction Method

Called for each instance of use of any of the aggregation functions at declaration discovery time and before any expression validation takes place.

Namespace:  com.espertech.esper.common.client.hook.aggmultifunc
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
void AddAggregationFunction(
	AggregationMultiFunctionDeclarationContext declarationContext
)

Parameters

declarationContext
Type: com.espertech.esper.common.client.hook.aggmultifuncAggregationMultiFunctionDeclarationContext
context
See Also