This documentation is archived and is not being maintained.
IAsyncResult Members
Visual Studio 2008
Represents the status of an asynchronous operation.
The IAsyncResult type exposes the following members.
| 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 a value that indicates whether the asynchronous operation completed synchronously. |
|
IsCompleted | Gets a value that indicates whether the asynchronous operation has completed. |
Show: