Пример #1
0
        protected virtual ActionResult InvokeCore(IDictionary <string, string> arguments, int retryAttempts)
        {
            if (arguments == null)
            {
                throw new ArgumentNullException("arguments");
            }

            return(controller.Invoke(this, arguments, retryAttempts));
        }