Overlapped.AsyncResult Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the object that provides status information on the I/O operation.

Namespace:  System.Threading
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Public Property AsyncResult As IAsyncResult
public IAsyncResult AsyncResult { get; set; }

Property Value

Type: System..::.IAsyncResult
An object that implements the IAsyncResult interface.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Overlapped Class

System.Threading Namespace