Sdílet prostřednictvím


AsyncActionDescriptor.EndExecute(IAsyncResult) Metoda

Definice

Vrátí výsledek asynchronní operace.

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

Parametry

asyncResult
IAsyncResult

Objekt, který představuje stav asynchronní operace.

Návraty

Výsledek asynchronní operace.

Platí pro