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 we are disposing or finalizing.
Requirements
Namespace: Eas.WebCrawler.PlugIns.TemporaryStorageAssembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)