Mono Class Library: Overview

System.IAsyncResult: Property Members

The properties of System.IAsyncResult are listed below. For a list of all members, see the IAsyncResult Members list.

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.