|   | InputAdapterBaseUseAsyncConnect Property | 
        
        
            Gets flag that determines if the data input connects asynchronously.
            
        
        Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxprotected abstract bool UseAsyncConnect { get; }Protected MustOverride ReadOnly Property UseAsyncConnect As Boolean
	Get
protected:
virtual property bool UseAsyncConnect {
	bool get () abstract;
}abstract UseAsyncConnect : bool with get
function get_UseAsyncConnect();
Property Value
Boolean Remarks
Remarks
            Derived classes should return true when data input source is connects asynchronously, otherwise return false.
            
 See Also
See Also