Click or drag to resize
Grid Solutions Framework

Dnp3OutputAdapterUseAsyncConnect Property

Gets flag that determines if the data output stream connects asynchronously.

Namespace: DNP3Adapters
Assembly: Dnp3Adapters (in Dnp3Adapters.dll) Version: 2.4.256-beta
Syntax
protected override bool UseAsyncConnect { get; }
View Source

Property Value

Boolean
Remarks
Derived classes should return true when data output stream connects asynchronously, otherwise return false.
See Also