Click or drag to resize

AggregationMultiFunctionStateFactoryNewState Method

Returns a new state holder

Namespace:  com.espertech.esper.common.client.hook.aggmultifunc
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
AggregationMultiFunctionState NewState(
	AggregationMultiFunctionStateFactoryContext ctx
)

Parameters

ctx
Type: com.espertech.esper.common.client.hook.aggmultifuncAggregationMultiFunctionStateFactoryContext
contextual information

Return Value

Type: AggregationMultiFunctionState
state
See Also