Execute() private method

private Execute ( ) : void
return void
 protected override void BeginProcessing()
 {
     this.CheckCmdletParameters();
     
     TFSrvGetProjectCommand command =
         new TFSrvGetProjectCommand(this);
     command.Execute();
 }
Beispiel #2
0
        protected override void BeginProcessing()
        {
            this.CheckCmdletParameters();

            TFSrvGetProjectCommand command =
                new TFSrvGetProjectCommand(this);

            command.Execute();
        }