Click or drag to resize

AdapterInputSource Constructor (IContainer, String)

Ctor.

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

Parameters

container
Type: com.espertech.esper.containerIContainer
the service container
resource
Type: SystemString
the name of the resource on the classpath to use as the source for an adapter
See Also