This documentation is archived and is not being maintained.
IAsyncResult Properties
.NET Framework 1.1
The properties of the IAsyncResult interface are listed here. For a complete list of IAsyncResult interface members, see the IAsyncResult Members topic.
Public Properties
AsyncState Supported by the .NET Compact Framework. | Gets a user-defined object that qualifies or contains information about an asynchronous operation. |
AsyncWaitHandle Supported by the .NET Compact Framework. | Gets a WaitHandle that is used to wait for an asynchronous operation to complete. |
CompletedSynchronously Supported by the .NET Compact Framework. | Gets an indication of whether the asynchronous operation completed synchronously. |
IsCompleted Supported by the .NET Compact Framework. | Gets an indication whether the asynchronous operation has completed. |
See Also
Show:
