OpenQA.Selenium.DriverService.Dispose C# (CSharp) Method

Dispose() public method

Releases all resources associated with this DriverService.
public Dispose ( ) : void
return void
        public void Dispose()
        {
            this.Dispose(true);
            GC.SuppressFinalize(this);
        }

Same methods

DriverService::Dispose ( bool disposing ) : void