System.IAsyncResult Members

The members of System.IAsyncResult are listed below.

Public Properties

[read-only]
AsyncStateobject.

Gets a user-defined object that qualifies or contains information about an asynchronous operation.

[read-only]
AsyncWaitHandleSystem.Threading.WaitHandle.

Gets a System.Threading.WaitHandle that is used to wait for an asynchronous operation to complete.

[read-only]
CompletedSynchronouslybool.

Gets a value that indicates whether the asynchronous operation completed synchronously.

[read-only]
IsCompletedbool.

Gets a value that indicates whether the asynchronous operation has completed.