In The Hand - .NET Components for Mobility
WaitOne Method (millisecondsTimeout, exitContext)
NamespacesInTheHand.ThreadingEventWaitHandleWaitOne(Int32, Boolean)
Blocks the current thread until the current WaitHandle receives a signal, using 32-bit signed integer to measure the time interval and specifying whether to exit the synchronization domain before the wait.
Declaration Syntax
C#Visual Basic
public override bool WaitOne(
	int millisecondsTimeout,
	bool exitContext
)
Public Overrides Function WaitOne ( _
	millisecondsTimeout As Integer, _
	exitContext As Boolean _
) As Boolean
Parameters
millisecondsTimeout (Int32)
The number of milliseconds to wait, or Infinite (-1) to wait indefinitely.
exitContext (Boolean)
Not Supported - Just pass false.
Return Value
true if the current instance receives a signal; otherwise, false.

Assembly: InTheHand.WindowsMobile (Module: InTheHand.WindowsMobile) Version: 3.2.0.0