In The Hand - .NET Components for Mobility
WaitOne Method
NamespacesInTheHand.ThreadingEventWaitHandleWaitOne()()()
Blocks the current thread until the current WaitHandle receives a signal.
Declaration Syntax
C#Visual Basic
public override bool WaitOne()
Public Overrides Function WaitOne As Boolean
Return Value
true if the current instance receives a signal. if the current instance is never signaled, WaitOne(Int32, Boolean) never returns.

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