Overlapped.AsyncResult Propriété

Définition

Obtient ou définit l'objet qui fournit des informations d'état sur l'opération d'E/S.

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

Valeur de propriété

IAsyncResult

Objet qui implémente l'interface IAsyncResult.

S’applique à