|
WavInputAdapterUseAsyncConnect Property
|
Gets flag that determines if the data input connects asynchronously.
Namespace: WavInputAdapterAssembly: WavInputAdapter (in WavInputAdapter.dll) Version: 2.4.230-beta
Syntaxprotected 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
Boolean
Remarks
This returns false because this adapter does not connect asynchronously.
See Also