IVsWCFAsyncResult::GetMethodResult Method ()

 

Returns the HResult returned by the method that was called asynchronously.

Namespace:   Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

void GetMethodResult()

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.

Return to top
Show: