AppHarbor.Commands.UnlinkAppCommand.InnerExecute C# (CSharp) Méthode

InnerExecute() protected méthode

protected InnerExecute ( string arguments ) : void
arguments string
Résultat void
        protected override void InnerExecute(string[] arguments)
        {
            _applicationConfiguration.RemoveConfiguration();
            _writer.WriteLine("Successfully unlinked directory.");
        }