Click or drag to resize

ConfigurationCompilerPlugInAggregationFunction 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 ConfigurationCompilerPlugInAggregationFunction(
	string name,
	string forgeClassName
)

Parameters

name
Type: SystemString
of the aggregation function
forgeClassName
Type: SystemString
the name of the aggregation function factory class
See Also