Click or drag to resize

CSVInputAdapterSpecIsUsingEngineThread Property

Gets or sets a flag indicating whether to use the engine timer thread for work or not. Setting the value to true uses the engine timer thread for work. Setting the value to false, uses the current thread.

Namespace:  com.espertech.esperio.csv
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public bool IsUsingEngineThread { get; set; }

Property Value

Type: Boolean
See Also