IVsWCFAsyncResult.IsCancelled Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.