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.ThreadingAssembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)