Click or drag to resize
Grid Solutions Framework

DNP3InputAdapterUseAsyncConnect Property

Gets flag that determines if the data input connects asynchronously.

Namespace: DNP3Adapters
Assembly: Dnp3Adapters (in Dnp3Adapters.dll) Version: 2.4.181-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