Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface System.​IAsyncResult

Assembly: System.Runtime

Represents the status of an asynchronous operation.

Properties

object
AsyncState
Gets a user-defined object that qualifies or contains information about an asynchronous operation.
AsyncWaitHandle
Gets a <see cref="T:System.Threading.WaitHandle" /> that is used to wait for an asynchronous operation to complete.
bool
CompletedSynchronously
Gets a value that indicates whether the asynchronous operation completed synchronously.
bool
IsCompleted
Gets a value that indicates whether the asynchronous operation has completed.