IVsWCFAsyncResult.IsCompleted 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 completed.
public:
int IsCompleted();
public:
int IsCompleted();
int IsCompleted();
public int IsCompleted ();
abstract member IsCompleted : unit -> int
Public Function IsCompleted () As Integer
Returns
0 if the method was completed; otherwise a non-zero Integer.