Wait until the event is fired.

Declaration Syntax

Public Overrides Function WaitOne( _
	ByVal timeout As TimeSpan, _
	ByVal exitContext As Boolean _
) As Boolean
public override bool WaitOne(
	TimeSpan timeout, 
	bool exitContext
);
public: bool WaitOne(
	TimeSpan timeout, 
	bool exitContext
);
public override function WaitOne(
	timeout : TimeSpan, 
	exitContext : Boolean
) : Boolean;

Parameters

timeout
The timeout to wait before exiting if the event does not fire. 
exitContext
The exit context for the wait. 

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