Click or drag to resize

ConfigurationCompilerAddPlugInAggregationFunctionForge Method (String, Type)

[Missing <summary> documentation for "M:com.espertech.esper.common.client.configuration.compiler.ConfigurationCompiler.AddPlugInAggregationFunctionForge(System.String,System.Type)"]

Namespace:  com.espertech.esper.common.client.configuration.compiler
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void AddPlugInAggregationFunctionForge(
	string functionName,
	Type aggregationForgeClass
)

Parameters

functionName
Type: SystemString

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

aggregationForgeClass
Type: SystemType

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

See Also