Wait until the event is fired.

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

See Also

EventHandlerCompletionEvent Class | EventHandlerCompletionEvent Members | Eas.WebCrawler.Common.Threading Namespace