AppHarbor.Commands.DeleteAppCommand.InnerExecute C# (CSharp) Method

InnerExecute() protected method

protected InnerExecute ( string arguments ) : void
arguments string
return void
        protected override void InnerExecute(string[] arguments)
        {
            _appharborClient.DeleteApplication(ApplicationId);

            _applicationConfiguration.RemoveConfiguration();
        }