Click or drag to resize

CompilerArgumentsSetPath Method

[Missing <summary> documentation for "M:com.espertech.esper.compiler.client.CompilerArguments.SetPath(com.espertech.esper.compiler.client.CompilerPath)"]

Namespace:  com.espertech.esper.compiler.client
Assembly:  NEsper.Compiler (in NEsper.Compiler.dll) Version: 8.0.0.0
Syntax
C#
public CompilerArguments SetPath(
	CompilerPath value
)

Parameters

value
Type: com.espertech.esper.compiler.clientCompilerPath

[Missing <param name="value"/> documentation for "M:com.espertech.esper.compiler.client.CompilerArguments.SetPath(com.espertech.esper.compiler.client.CompilerPath)"]

Return Value

Type: CompilerArguments

[Missing <returns> documentation for "M:com.espertech.esper.compiler.client.CompilerArguments.SetPath(com.espertech.esper.compiler.client.CompilerPath)"]

See Also