Overlapped.AsyncResult Eigenschaft

Definition

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

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

IAsyncResult

Ein Objekt, das die IAsyncResult-Schnittstelle implementiert.

Gilt für