The properties of the AsyncResult class are listed below. For a complete list of AsyncResult class members, see the AsyncResult Members topic.
AsyncObject | The async object of the outer async method. This is the asyncObject passed to the constructor. |
AsyncState | Delegates to the AsyncState method of the inner async result object. |
AsyncWaitHandle | Delegates to the AsyncWaitHandle method of the inner async result object. |
CompletedSynchronously | Delegates to the CompletedSynchronously method of the inner async result object. |
InnerAsyncResult | The async result of the inner or wrapped async method. This is the same object passed to the constructor. |
IsCompleted | Delegates to the IsCompleted method of the inner async result object. |