AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アクションを取り消します。
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。