Description of TFSrvGetCollectionCommand.
Наследование: TFSrvCommand
Пример #1
0
 protected override void BeginProcessing()
 {
     this.CheckCmdletParameters();
     
     TFSrvGetCollectionCommand command =
         new TFSrvGetCollectionCommand(this);
     command.Execute();
 }
        protected override void BeginProcessing()
        {
            this.CheckCmdletParameters();

            TFSrvGetCollectionCommand command =
                new TFSrvGetCollectionCommand(this);

            command.Execute();
        }