File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,6 @@ public async Task StartAsync()
269269
270270                driverServiceProcess . Start ( ) ; 
271271                bool  serviceAvailable  =  await  this . WaitForServiceInitializationAsync ( ) . ConfigureAwait ( false ) ; 
272- 
273272                DriverProcessStartedEventArgs  processStartedEventArgs  =  new  DriverProcessStartedEventArgs ( driverServiceProcess ) ; 
274273                this . OnDriverProcessStarted ( processStartedEventArgs ) ; 
275274
@@ -322,9 +321,9 @@ public async ValueTask DisposeAsync()
322321        } 
323322
324323        /// <summary> 
325-         ///  
324+         /// Releases all resources associated with this type in the instance's type chain. Override to dispose more resources.  
326325        /// </summary> 
327-         /// <returns></returns> 
326+         /// <returns>A task that represents the asynchronous dispose operation. </returns> 
328327        protected  virtual  async  ValueTask  DisposeAsyncCore ( ) 
329328        { 
330329            await  this . StopAsync ( ) . ConfigureAwait ( false ) ; 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments