Freigeben über


Overlapped.AsyncResult-Eigenschaft

Ruft das Objekt ab, das Statusinformationen über den E/A-Vorgang bereitstellt, oder legt es fest.

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

Syntax

'Declaration
Public Property AsyncResult As IAsyncResult
'Usage
Dim instance As Overlapped
Dim value As IAsyncResult

value = instance.AsyncResult

instance.AsyncResult = value
public IAsyncResult AsyncResult { get; set; }
public:
property IAsyncResult^ AsyncResult {
    IAsyncResult^ get ();
    void set (IAsyncResult^ value);
}
/** @property */
public IAsyncResult get_AsyncResult ()

/** @property */
public void set_AsyncResult (IAsyncResult value)
public function get AsyncResult () : IAsyncResult

public function set AsyncResult (value : IAsyncResult)

Eigenschaftenwert

Ein Objekt, das die IAsyncResult-Schnittstelle implementiert.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

Overlapped-Klasse
Overlapped-Member
System.Threading-Namespace