Partager via


ReflectedAsyncActionDescriptor.EndExecute(IAsyncResult) Méthode

Définition

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

public override object EndExecute(IAsyncResult asyncResult);
override this.EndExecute : IAsyncResult -> obj
Public Overrides 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 à