Overlapped::AsyncResult Property

 

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

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

public:
property IAsyncResult^ AsyncResult {
	IAsyncResult^ get();
	void set(IAsyncResult^ value);
}

Property Value

Type: System::IAsyncResult^

An object that implements the IAsyncResult interface.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: