Tmx.NewTFTestPlanCommand.BeginProcessing C# (CSharp) Method

BeginProcessing() protected method

protected BeginProcessing ( ) : void
return void
        protected override void BeginProcessing()
        {
            this.CheckCmdletParameters();
            
            TFSrvNewTestPlanCommand command =
                new TFSrvNewTestPlanCommand(this);
            command.Execute();
        }
    }
NewTFTestPlanCommand