Click or drag to resize
Grid Solutions Framework

MovingValueInputAdapterUseAsyncConnect Property

Gets flag that determines if the data input connects asynchronously.

Namespace: TestingAdapters
Assembly: TestingAdapters (in TestingAdapters.dll) Version: 2.4.182-beta
Syntax
protected override 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