Overlapped.AsyncResult Eigenschap

Definitie

Hiermee wordt het object opgehaald of ingesteld dat statusinformatie biedt over de I/O-bewerking.

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

Waarde van eigenschap

Een object dat de IAsyncResult interface implementeert.

Van toepassing op