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)

Syntax

'Declaration
Sub GetMethodResult
void GetMethodResult()
void GetMethodResult()
abstract GetMethodResult : unit -> unit
function 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.

.NET Framework Security

See Also

Reference

IVsWCFAsyncResult Interface

Microsoft.VisualStudio.WCFReference.Interop Namespace