IVsWCFAsyncResult::Cancel Method ()

 

Cancels an asynchronous method call.

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

void Cancel()

Call IsCancelled to determine whether the call was already canceled before you call this method.

Return to top
Show: