Click or drag to resize

InputAdapterBaseUseAsyncConnect Property

Gets flag that determines if the data input connects asynchronously.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
protected abstract bool UseAsyncConnect { get; }
View Source

Property Value

Boolean
Remarks
Derived classes should return true when data input source is connects asynchronously, otherwise return false.
See Also