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
- Whether or not this object is being finalized.
Requirements
Namespace: Eas.WebCrawler.CommonAssembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)