Click or drag to resize

AggregationMultiFunctionForgeValidateGetHandler Method

Called for each instance of use of any of the aggregation functions at validation time after all declared aggregation have been added.

Namespace:  com.espertech.esper.common.client.hook.aggmultifunc
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
AggregationMultiFunctionHandler ValidateGetHandler(
	AggregationMultiFunctionValidationContext validationContext
)

Parameters

validationContext
Type: com.espertech.esper.common.client.hook.aggmultifuncAggregationMultiFunctionValidationContext
validationContext

Return Value

Type: AggregationMultiFunctionHandler
handler for providing type information, accessor and provider factory
See Also