Click or drag to resize

CompilerArgumentsSetConfiguration Method

[Missing <summary> documentation for "M:com.espertech.esper.compiler.client.CompilerArguments.SetConfiguration(com.espertech.esper.common.client.configuration.Configuration)"]

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

Parameters

value
Type: com.espertech.esper.common.client.configurationConfiguration

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

Return Value

Type: CompilerArguments

[Missing <returns> documentation for "M:com.espertech.esper.compiler.client.CompilerArguments.SetConfiguration(com.espertech.esper.common.client.configuration.Configuration)"]

See Also