Declaration Syntax
Public Overrides Function WaitOne( _
ByVal millisecondsTimeout As Integer, _
ByVal exitContext As Boolean _
) As Boolean
public override bool WaitOne(
int millisecondsTimeout,
bool exitContext
);
public: bool WaitOne(
int millisecondsTimeout,
bool exitContext
);
public override function WaitOne(
millisecondsTimeout : int,
exitContext : Boolean
) : Boolean;
Parameters
- millisecondsTimeout
- 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.ThreadingAssembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)