共用方式為


AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters 方法

定義

取消動作。

protected internal virtual System.Web.Mvc.ActionExecutedContext EndInvokeActionMethodWithFilters(IAsyncResult asyncResult);
abstract member EndInvokeActionMethodWithFilters : IAsyncResult -> System.Web.Mvc.ActionExecutedContext
override this.EndInvokeActionMethodWithFilters : IAsyncResult -> System.Web.Mvc.ActionExecutedContext
Protected Friend Overridable Function EndInvokeActionMethodWithFilters (asyncResult As IAsyncResult) As ActionExecutedContext

參數

asyncResult
IAsyncResult

使用者定義的物件,其符合或包含非同步作業的資訊。

傳回

如果動作已取消,則為 true;否則為 false。

適用於