Click or drag to resize

CSVSourceMark Method

Set the mark position.

Namespace:  com.espertech.esperio.csv
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public void Mark(
	int readAheadLimit
)

Parameters

readAheadLimit
Type: SystemInt32
is the maximum number of read-ahead events
See Also