System.Types.IAsyncResult Properties
InheritedProtected
| AsyncContext | public | The user-specified context that is associated with this instance of IAsyncResult. |
| AsyncWaitEvent | public | An event that you can use to block until the asynchronous call is complete. |
| CompletedSynchronously | public | Is True if a given asynchronous call has completed synchronously. |
| IsCancelled | public | Indicates whether the asynchronous call has been cancelled (True) or not (False). |
| IsCompleted | public | Is True if the asynchronous call is finished. |