Retrieves the return value of the asynchronous operation represented by the IAsyncResult interface passed. If the async operation has not been completed, this function will block until the result is available.
[Visual Basic] Overridable Public Function EndInvoke( _ ByVal asyncResult As IAsyncResult _ ) As Object [C#] public virtual object EndInvoke( IAsyncResult asyncResult ); [C++] public: virtual Object* EndInvoke( IAsyncResult* asyncResult ); [JScript] public function EndInvoke( asyncResult : IAsyncResult ) : Object;
The return value generated by the asynchronous operation.
RichControl Class | RichControl Members | System.WinForms Namespace