IAsyncResult Members
Functions
| Name | Description |
|---|---|
| Cancel | Cancel the async job. |
| GetWaitHandle | Return a handle that could be used with WaitForSingleObject or related Windows API's. The handle will become signaled when the task is finished. The caller must call CloseHandle on the returned handle. Return value: Long. |
| Wait | Wait for the task to finish for up to the specified number of milliseconds, or until a message is pending the message queue, depending on WakeFlags parameter. Return value: WakeReason. |
Functions
| Name | Description |
|---|---|
| Finished | Returns true if the task is finished. Return value: Boolean. This property is read only. |
| Progress | Returns a fractional measure of the progress of sending/receiving data in [0,1]. Return value: float. This property is read only. |
Subtopics