| 
            
              InputAdapterBaseAttemptDisconnection Method
             | 
          
        
        
            Attempts to disconnect from data input source.
            
        
        Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.258-beta
Syntaxprotected abstract void AttemptDisconnection()
Protected MustOverride Sub AttemptDisconnection
protected:
virtual void AttemptDisconnection() abstract
abstract AttemptDisconnection : unit -> unit 
function AttemptDisconnection();
 View Source
Remarks
            Derived classes should attempt disconnect from data input source here.  Any exceptions thrown
            by this implementation will be reported to host via 
ProcessException event.
            
See Also