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