Table of Contents
WaitableTask.GetDoneEvent Method
Overload List
Name Description
WaitHandle GetDoneEvent(bool); Returns a WaitHandle object that will be signaled when the task completes.
WaitHandle GetDoneEvent(); Returns a WaitHandle object that will be signaled when the task completes.
See Also