Click or drag to resize

CompilerPathAdd Method (EPCompiled)

Add a compiled module

Namespace:  com.espertech.esper.compiler.client
Assembly:  NEsper.Compiler (in NEsper.Compiler.dll) Version: 8.0.0.0
Syntax
C#
public CompilerPath Add(
	EPCompiled compiled
)

Parameters

compiled
Type: com.espertech.esper.common.clientEPCompiled
compiled module

Return Value

Type: CompilerPath
itself
See Also