Freigeben über


AsyncActionDescriptor.EndExecute(IAsyncResult) Methode

Definition

Gibt das Ergebnis eines asynchronen Vorgangs zurück.

public abstract object EndExecute (IAsyncResult asyncResult);
abstract member EndExecute : IAsyncResult -> obj
Public MustOverride Function EndExecute (asyncResult As IAsyncResult) As Object

Parameter

asyncResult
IAsyncResult

Ein Objekt, das den Status eines asynchronen Vorgangs darstellt.

Gibt zurück

Das Ergebnis eines asynchronen Vorgangs.

Gilt für: