Share via


IVsWCFAsyncResult.IsCancelled Method

Definition

Returns a value determining whether an asynchronous method was canceled.

public:
 int IsCancelled();
public:
 int IsCancelled();
int IsCancelled();
public int IsCancelled ();
abstract member IsCancelled : unit -> int
Public Function IsCancelled () As Integer

Returns

0 if the method was canceled; otherwise a non-zero Integer.

Applies to