Share via


IVsWCFAsyncResult.IsCompleted Method

Definition

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.

Applies to