Table of Contents
WaitableTask.WaitOne Method
Overload List
Name Description
bool WaitOne(int); Wait for the task to complete.
void WaitOne(); Wait for the task to complete.
See Also