C# Class NCrawler.Utils.DisposableBase

Inheritance: IDisposable
Mostra file Open project: esbencarlsen/NCrawler

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
Cleanup ( ) : void

Do cleanup here

Dispose ( bool disposing ) : void

Method Details

Cleanup() protected abstract method

Do cleanup here
protected abstract Cleanup ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void