Click or drag to resize

ConfigurationCompilerPlugInAggregationMultiFunction Constructor (String, Type)

Initializes a new instance of the ConfigurationCompilerPlugInAggregationMultiFunction class

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,
	Type multiFunctionForgeClass
)

Parameters

functionNames
Type: SystemString

[Missing <param name="functionNames"/> documentation for "M:com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInAggregationMultiFunction.#ctor(System.String[],System.Type)"]

multiFunctionForgeClass
Type: SystemType

[Missing <param name="multiFunctionForgeClass"/> documentation for "M:com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInAggregationMultiFunction.#ctor(System.String[],System.Type)"]

See Also