Table of Contents
WaitableTask.WaitOne Method (Int32)

Wait for the task to complete.

Syntax
 public bool WaitOne(
   int timeout
);

Parameters

timeout
Timeout value in milliseconds, or -1 if to wait forever.
Remarks

true if the wait was successful, otherwise false.

See Also