AdventureWorks.UILogic.ViewModels.ShoppingCartPageViewModel.GoToNextPageAsync C# (CSharp) Метод

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

private GoToNextPageAsync ( ) : System.Threading.Tasks.Task
Результат System.Threading.Tasks.Task
        private async Task GoToNextPageAsync()
        {
            // Set up navigate action depending on the application's state
            var navigateAction = await ResolveNavigationActionAsync();

            // Execute the navigate action
            navigateAction();
        }