WebClientAsyncResult.IsCompleted Property

 

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

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

abstract IsCompleted : bool with get
override IsCompleted : bool with get

Property Value

Type: System.Boolean

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

.NET Framework
Available since 1.1
Return to top
Show: