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)

public:
property bool IsCompleted {
	virtual bool get() sealed;
}

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: