IAsyncResult Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The IAsyncResult type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 AsyncState Gets a user-defined object that qualifies or contains information about an asynchronous operation.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 AsyncWaitHandle Gets a WaitHandle that is used to wait for an asynchronous operation to complete.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 CompletedSynchronously Gets a value that indicates whether the asynchronous operation completed synchronously.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsCompleted Gets a value that indicates whether the asynchronous operation has completed.

Top