Aracılığıyla paylaş


AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult) Yöntem

Tanım

Eylemi iptal eder.

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

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