System.ComponentModel.Navigation.Controller.IController C# (CSharp) Метод

IController() приватный Метод

private IController ( IAsyncResult asyncResult ) : ActionResult
asyncResult IAsyncResult
Результат ActionResult
        ActionResult IController.EndExecute(IAsyncResult asyncResult)
        {
            if (_asyncResult != asyncResult) {
                throw new ArgumentException();
            }

            return _asyncResult.Result;
        }

Same methods

Controller::IController ( ActionInvocation action, AsyncCallback callback, object asyncState ) : IAsyncResult