System.Types.IAsyncResult Methods
InheritedProtected
| AddRef | public | Increments the reference count for this interface. |
| GetAsyncContext | public | Returns the user-specified context that is associated with this instance of IAsyncResult. |
| GetAsyncWaitEvent | public | Returns an event that you can use to block until the asynchronous call is complete. |
| GetCompletedSynchronously | public | Returns True if a given asynchronous call has completed synchronously. |
| GetIsCompleted | public | Returns True if the asynchronous call is finished. |
| QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. |
| Release | public | Decrements the reference count for this interface. |
| Supports | public | Indicates whether a given interface supports a specific (another) interface. |