| 
            
              Dnp3OutputAdapterAttemptDisconnection Method
             | 
          
        
        
            Attempts to disconnect from data output stream.
            
        
        Namespace: DNP3AdaptersAssembly: Dnp3Adapters (in Dnp3Adapters.dll) Version: 2.4.257-beta
Syntaxprotected override void AttemptDisconnection()
Protected Overrides Sub AttemptDisconnection
protected:
virtual void AttemptDisconnection() override
abstract AttemptDisconnection : unit -> unit 
override AttemptDisconnection : unit -> unit 
function AttemptDisconnection();
 View Source
Remarks
            Derived classes should attempt disconnect from data output stream here.  Any exceptions thrown
            by this implementation will be reported to host via ProcessException event.
            
See Also