IVsWCFAsyncResult::GetMethodResult Method ()
Visual Studio 2015
Returns the HResult returned by the method that was called asynchronously.
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
The HResult cannot be retrieved before method is completed. This method throws the exception that was encountered or else does nothing if there was no exception.
Show: