Disposes of this instance

Declaration Syntax

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

Parameters

isDisposing
Whether we are disposing or finalizing. 

Requirements

Namespace: Eas.WebCrawler.PlugIns.TemporaryStorage
Assembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)

See Also

FileStorage Class | FileStorage Members | Eas.WebCrawler.PlugIns.TemporaryStorage Namespace