Click or drag to resize

CompilerPathAdd Method (EPCompilerPathable)

Adds a path object that can be obtains from a runtime.

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

Parameters

pathable
Type: com.espertech.esper.common.clientEPCompilerPathable
runtime path information

Return Value

Type: CompilerPath
itself
See Also