Disposes of the current object.

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 the class is being disposed or finalized. 

Requirements

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

See Also

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