Freigeben über


AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult) Methode

Definition

Bricht die Aktion ab.

public virtual bool EndInvokeAction (IAsyncResult asyncResult);
abstract member EndInvokeAction : IAsyncResult -> bool
override this.EndInvokeAction : IAsyncResult -> bool
Public Overridable Function EndInvokeAction (asyncResult As IAsyncResult) As Boolean

Parameter

asyncResult
IAsyncResult

Das benutzerdefinierte Objekt, das einen asynchronen Vorgang beschreibt oder Informationen darüber enthält.

Gibt zurück

TRUE, wenn die Aktion abgebrochen wurde; Andernfalls false.

Implementiert

Gilt für: