Click or drag to resize

AdapterInputSource Constructor (IContainer, Uri)

Ctor.

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

Parameters

container
Type: com.espertech.esper.containerIContainer
the service container
url
Type: SystemUri
the URL for the resource to use as source for an adapter
See Also