IVsWCFAsyncResult.IsCompleted Method
Returns a value determining whether an asynchronous method was completed.
Namespace: Microsoft.VisualStudio.WCFReference.Interop
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntax
'Declaration
Function IsCompleted As Integer
int IsCompleted()
int IsCompleted()
abstract IsCompleted : unit -> int
function IsCompleted() : int
Return Value
Type: System.Int32
0 if the method was completed; otherwise a non-zero Integer.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.