IAsyncResult Members
.NET Framework 2.0
Represents the status of an asynchronous operation.
The following tables list the members exposed by the IAsyncResult type.
| Name | Description | |
|---|---|---|
| AsyncState | Gets a user-defined object that qualifies or contains information about an asynchronous operation. |
| AsyncWaitHandle | Gets a WaitHandle that is used to wait for an asynchronous operation to complete. |
| CompletedSynchronously | Gets an indication of whether the asynchronous operation completed synchronously. |
| IsCompleted | Gets an indication whether the asynchronous operation has completed. |
Community Additions
ADD
Show: