Share via


IVsWCFAsyncResult.GetMethodResult Method

Definition

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.

Applies to