WorkflowApplication.EndRun(IAsyncResult) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attend la fin de l’opération d’exécution asynchrone en attente.
public:
void EndRun(IAsyncResult ^ result);
public void EndRun(IAsyncResult result);
member this.EndRun : IAsyncResult -> unit
Public Sub EndRun (result As IAsyncResult)
Paramètres
- result
- IAsyncResult
Opération d’exécution asynchrone.
Remarques
Cette méthode détermine si une BeginRun opération a réussi. Si elle est appelée avant la fin de l’opération de reprise, elle bloque jusqu’à ce que l’opération de reprise soit terminée.
Cette méthode effectue une opération d’exécution asynchrone à l’aide du IAsyncResult modèle de conception asynchrone. Pour plus d’informations, consultez Vue d’ensemble de la programmation asynchrone.