| 
            
              Dnp3OutputAdapterAttemptConnection Method
             | 
          
        
        
            Attempts to connect to data output stream.
            
        
        Namespace: DNP3AdaptersAssembly: Dnp3Adapters (in Dnp3Adapters.dll) Version: 2.4.257-beta
Syntaxprotected override void AttemptConnection()
Protected Overrides Sub AttemptConnection
protected:
virtual void AttemptConnection() override
abstract AttemptConnection : unit -> unit 
override AttemptConnection : unit -> unit 
function AttemptConnection();
 View Source
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