Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Cancels the action.
Namespace: System.Web.Mvc.Async
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Friend Overridable Function EndInvokeActionMethod ( _
asyncResult As IAsyncResult _
) As ActionResult
protected internal virtual ActionResult EndInvokeActionMethod(
IAsyncResult asyncResult
)
protected public:
virtual ActionResult^ EndInvokeActionMethod(
IAsyncResult^ asyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult
The user-defined object that qualifies or contains information about an asynchronous operation.
Return Value
Type: System.Web.Mvc.ActionResult
true if the action was canceled; otherwise, false.