The following tables list the members exposed by AsyncResult.
Name | Description | |
---|---|---|
![]() | AsyncState | Gets a user-defined object that qualifies or contains information about an asynchronous operation. |
![]() | AsyncWaitHandle | Gets a WaitHandle that is used to wait for an asynchronous operation to complete. |
![]() | Completed | Gets the completed time of the thread. |
![]() | CompletedSynchronously | Gets a value that indicates whether the asynchronous operation completed synchronously. |
![]() | Created | Gets the create time of the thread. |
![]() | Elapsed | Gets the elapsed running time for the thead. |
![]() | IsCompleted | Gets a value that indicates whether the asynchronous operation has completed. |
![]() | IsStarted | Gets a value indicating whether the thread has started. |
![]() | Started | Gets the time the thread was started. |
Name | Description | |
---|---|---|
![]() | Cancel | Cancels the thread. |
![]() | RequestAdditionalTime | Requests additional time for the thread execute. |
![]() | Wait | Waits the specified milliseconds for the thread to finish. |