Cleans up the object.

Declaration Syntax

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

Parameters

explicitDisposing
Whether or not this class is being finalized. 

Requirements

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

See Also

EventHandlerCompletionEvent`1 Class | EventHandlerCompletionEvent`1 Members | Eas.WebCrawler.Common.Threading Namespace