Click or drag to resize

CSVInputAdapter Constructor (AdapterInputSource, String)

Ctor for adapters that will be passed to an AdapterCoordinator.

Namespace:  com.espertech.esperio.csv
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public CSVInputAdapter(
	AdapterInputSource adapterInputSource,
	string eventTypeName
)

Parameters

adapterInputSource
Type: com.espertech.esperioAdapterInputSource
the parameters for this adapter
eventTypeName
Type: SystemString
the event type name that the input adapter generates events for
See Also