Freigeben über


Controller.EndExecute(IAsyncResult) Methode

Definition

Beendet den Aufruf der Aktion im aktuellen Controllerkontext.

protected virtual void EndExecute (IAsyncResult asyncResult);
abstract member EndExecute : IAsyncResult -> unit
override this.EndExecute : IAsyncResult -> unit
Protected Overridable Sub EndExecute (asyncResult As IAsyncResult)

Parameter

asyncResult
IAsyncResult

Das asynchrone Ergebnis.

Implementiert

Gilt für: