Overlapped.AsyncResult Eigenschaft

Definition

Dient zum Abrufen oder Festlegen des Objekts, das Statusinformationen für den E/A-Vorgang bereitstellt.

public:
 property IAsyncResult ^ AsyncResult { IAsyncResult ^ get(); void set(IAsyncResult ^ value); };
public IAsyncResult? AsyncResult { get; set; }
public IAsyncResult AsyncResult { get; set; }
member this.AsyncResult : IAsyncResult with get, set
Public Property AsyncResult As IAsyncResult

Eigenschaftswert

Ein Objekt, das die IAsyncResult Schnittstelle implementiert.

Gilt für: