Partager via


AsyncActionDescriptor.EndExecute(IAsyncResult) Méthode

Définition

Retourne le résultat d'une opération asynchrone.

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

Paramètres

asyncResult
IAsyncResult

Objet qui représente l'état d'une opération asynchrone.

Retours

Résultat d'une opération asynchrone.

S’applique à