Click or drag to resize

EPCompilerReadModule Method (Uri)

Read the module by reading from the URL provided and return the module.

Namespace:  com.espertech.esper.compiler.client
Assembly:  NEsper.Compiler (in NEsper.Compiler.dll) Version: 8.0.0.0
Syntax
C#
Module ReadModule(
	Uri url
)

Parameters

url
Type: SystemUri
the URL to read

Return Value

Type: Module
module
See Also