Click or drag to resize

CSVInputAdapterSpecIsUsingExternalTimer Property

Gets or sets a value indicating whether this instance is using external timer.

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

Property Value

Type: Boolean
true if this instance is using external timer; otherwise, false.
See Also