WebClientAsyncResult Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| AsyncState |
Gets the object provided in the last parameter to the Begin method asynchronous call.
|
| AsyncWaitHandle |
Gets a WaitHandle that is used to wait for an asynchronous operation to complete.
|
| CompletedSynchronously |
Gets a value indicating whether the Begin call completed synchronously.
|
| IsCompleted |
Gets a value indicating whether the asynchronous XML Web service request has completed.
|
Community Additions
ADD
Show: