Share via


IVsWCFAsyncResult.Cancel Method

Cancels an asynchronous method call.

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

Syntax

'Declaration
Sub Cancel
void Cancel()
void Cancel()
abstract Cancel : unit -> unit
function Cancel()

Remarks

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

.NET Framework Security

See Also

Reference

IVsWCFAsyncResult Interface

Microsoft.VisualStudio.WCFReference.Interop Namespace