Click or drag to resize

AdapterInputSource Constructor (IContainer, TextReader)

Ctor.

Namespace:  com.espertech.esperio
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public AdapterInputSource(
	IContainer container,
	TextReader reader
)

Parameters

container
Type: com.espertech.esper.containerIContainer
the service container
reader
Type: System.IOTextReader
reader is any reader for reading a file or string
See Also