次の方法で共有


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。

適用対象