IVsWCFAsyncResult.GetMethodResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the HResult returned by the method that was called asynchronously.
public:
void GetMethodResult();
public:
void GetMethodResult();
void GetMethodResult();
public void GetMethodResult ();
abstract member GetMethodResult : unit -> unit
Public Sub GetMethodResult ()
Remarks
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.