Mono Class Library: Overview

System.IAsyncResult: Members

The members of System.IAsyncResult are listed below.

Public Properties

[read-only]
AsyncStateobject. Gets the user-provided state object supplied at the time the asynchronous operation was started.
[read-only]
AsyncWaitHandleSystem.Threading.WaitHandle. Gets a System.Threading.WaitHandle that can be used to block a thread until an asynchronous operation completes.
[read-only]
CompletedSynchronouslybool. Gets a bool value that specifies whether the asynchronous operation completed synchronously.
[read-only]
IsCompletedbool. Gets a bool value that specifies whether an asynchronous operation has completed.