The async result of the inner or wrapped async method. This is the same object passed to the constructor.
[Visual Basic] Public ReadOnly Property InnerAsyncResult As IAsyncResult [C#] public IAsyncResult InnerAsyncResult {get;} [C++] public: __property IAsyncResult* get_InnerAsyncResult(); [JScript] public function get InnerAsyncResult() : IAsyncResult;
AsyncResult Class | AsyncResult Members | System.Web.Services.Protocols Namespace