Execute() private méthode

private Execute ( ) : void
Résultat void
 protected override void BeginProcessing()
 {
     this.CheckCmdletParameters();
     
     TFSrvGetTestPlanCommand command =
         new TFSrvGetTestPlanCommand(this);
     command.Execute();
 }
Exemple #2
0
        protected override void BeginProcessing()
        {
            this.CheckCmdletParameters();

            TFSrvGetTestPlanCommand command =
                new TFSrvGetTestPlanCommand(this);

            command.Execute();
        }