Cleans up this instance by deleting the test directory on disk/

Declaration Syntax

Protected Overridable Sub Dispose( _
	ByVal isDisposing As Boolean _
)
protected virtual void Dispose(
	bool isDisposing
);
protected: virtual void Dispose(
	bool isDisposing
);
protected function Dispose(
	isDisposing : Boolean
);

Parameters

isDisposing
 

Requirements

Namespace: Eas.WebCrawler.Common.Test
Assembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)

See Also

TestDirectory Class | TestDirectory Members | Eas.WebCrawler.Common.Test Namespace