Click or drag to resize

EPCompilerReadModule Method (String, IResourceManager)

Read the resource by opening from resource manager 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(
	string resource,
	IResourceManager resourceManager
)

Parameters

resource
Type: SystemString
name of the resource
resourceManager
Type: com.espertech.esper.compatIResourceManager
a resource manager

Return Value

Type: Module
module module
See Also