Click or drag to resize

AggregationFunctionModeManagedSetInjectionStrategyAggregationFunctionFactory Method

Sets the injection strategy for the aggregation function factory

Namespace:  com.espertech.esper.common.client.hook.aggfunc
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public AggregationFunctionModeManaged SetInjectionStrategyAggregationFunctionFactory(
	InjectionStrategy strategy
)

Parameters

strategy
Type: com.espertech.esper.common.client.hook.forgeinjectInjectionStrategy
strategy

Return Value

Type: AggregationFunctionModeManaged
itself
See Also