|
DNP3InputAdapterUseAsyncConnect Property
|
Gets flag that determines if the data input connects asynchronously.
Namespace: DNP3AdaptersAssembly: Dnp3Adapters (in Dnp3Adapters.dll) Version: 2.4.207-beta
Syntax protected override bool UseAsyncConnect { get; }
Protected Overrides ReadOnly Property UseAsyncConnect As Boolean
Get
protected:
virtual property bool UseAsyncConnect {
bool get () override;
}
abstract UseAsyncConnect : bool with get
override UseAsyncConnect : bool with get
function get_UseAsyncConnect();
View SourceProperty Value
BooleanRemarks
Derived classes should return true when data input source is connects asynchronously, otherwise return false.
See Also