Declaration Syntax
Public Overrides Function WaitOne() As Boolean
public override bool WaitOne();
public: bool WaitOne();
public override function WaitOne() : Boolean;
Return Value
Whether or not the Wait completed or timed out.Requirements
Namespace: Eas.WebCrawler.Common.ThreadingAssembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)