Edit

Share via


TimeoutHelper.WaitOne(WaitHandle, TimeSpan) Method

Definition

public:
 static bool WaitOne(System::Threading::WaitHandle ^ waitHandle, TimeSpan timeout);
public static bool WaitOne (System.Threading.WaitHandle waitHandle, TimeSpan timeout);
static member WaitOne : System.Threading.WaitHandle * TimeSpan -> bool
Public Shared Function WaitOne (waitHandle As WaitHandle, timeout As TimeSpan) As Boolean

Parameters

waitHandle
WaitHandle
timeout
TimeSpan

Returns

Applies to