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. |
IsCompleted | public | Is True if the asynchronous call is finished. |