IVsWCFAsyncResult.IsCancelled Method

Returns a value determining whether an asynchronous method was canceled.

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

Syntax

‘선언
Function IsCancelled As Integer
int IsCancelled()
int IsCancelled()
abstract IsCancelled : unit -> int 
function IsCancelled() : int

Return Value

Type: System.Int32
0 if the method was canceled; otherwise a non-zero Integer.

.NET Framework Security

See Also

Reference

IVsWCFAsyncResult Interface

Microsoft.VisualStudio.WCFReference.Interop Namespace