Aracılığıyla paylaş


AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters Yöntem

Tanım

Eylemi iptal eder.

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

Parametreler

asyncResult
IAsyncResult

Zaman uyumsuz bir işlemle ilgili bilgileri niteleyen veya içeren kullanıcı tanımlı nesne.

Döndürülenler

eylem iptal edildiyse true; aksi takdirde false.

Şunlara uygulanır