|   | OutputAdapterBaseAttemptConnection Method | 
        
        
            Attempts to connect to data output stream.
            
        
        Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxprotected abstract void AttemptConnection()
Protected MustOverride Sub AttemptConnection
protected:
virtual void AttemptConnection() abstract
abstract AttemptConnection : unit -> unit 
function AttemptConnection();
 Remarks
Remarks
            Derived classes should attempt connection to data output stream here.  Any exceptions thrown
            by this implementation will result in restart of the connection cycle.
            
 See Also
See Also