Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Cancels the execution of an asynchronous action method.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Overridable Sub EndExecute ( _
asyncResult As IAsyncResult _
)
protected virtual void EndExecute(
IAsyncResult asyncResult
)
protected:
virtual void EndExecute(
IAsyncResult^ asyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult
The status of the asynchronous result.