Click or drag to resize

ConfigurationCompilerPlugInAggregationMultiFunction Constructor (String, String)

Ctor.

Namespace:  com.espertech.esper.common.client.configuration.compiler
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ConfigurationCompilerPlugInAggregationMultiFunction(
	string[] functionNames,
	string multiFunctionForgeClassName
)

Parameters

functionNames
Type: SystemString
the aggregation function names
multiFunctionForgeClassName
Type: SystemString
the factory class name
See Also