This documentation is archived and is not being maintained.

WebClientAsyncResult.IsCompleted Property

Gets a value indicating whether the asynchronous XML Web service request has completed.

[Visual Basic]
Public Overridable ReadOnly Property IsCompleted As Boolean  _
   Implements IAsyncResult.IsCompleted
[C#]
public virtual bool IsCompleted {get;}
[C++]
public: __property virtual bool get_IsCompleted();
[JScript]
public function get IsCompleted() : Boolean;

Property Value

true if the asynchronous XML Web service request has completed; otherwise, false.

Implements

IAsyncResult.IsCompleted

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework

See Also

WebClientAsyncResult Class | WebClientAsyncResult Members | System.Web.Services.Protocols Namespace

Show: