コード例 #1
0
        public override System.Threading.Tasks.Task <System.Web.Mvc.ActionResult> IndexAsync(Google.Apis.Auth.OAuth2.Responses.AuthorizationCodeResponseUrl authorizationCode, System.Threading.CancellationToken taskCancellationToken)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.IndexAsync);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "authorizationCode", authorizationCode);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "taskCancellationToken", taskCancellationToken);
            IndexAsyncOverride(callInfo, authorizationCode, taskCancellationToken);
            return(System.Threading.Tasks.Task.FromResult(callInfo as System.Web.Mvc.ActionResult));
        }
コード例 #2
0
 partial void IndexAsyncOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Google.Apis.Auth.OAuth2.Responses.AuthorizationCodeResponseUrl authorizationCode, System.Threading.CancellationToken taskCancellationToken);