Click or drag to resize

AdapterInputSource Constructor (IContainer, Stream)

Ctor.

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

Parameters

container
Type: com.espertech.esper.containerIContainer
the service container
inputStream
Type: System.IOStream
the stream to use as a source
See Also