IAsyncResult Members
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. |
Copyright © 2020. TIBCO Software Inc. All Rights Reserved.