Tmx.AddTFTestCaseCommand.BeginProcessing C# (CSharp) Method

BeginProcessing() protected method

protected BeginProcessing ( ) : void
return void
        protected override void BeginProcessing()
        {
            this.CheckCmdletParameters();
            
            var command = new TFSrvAddTestCaseCommand(this);
            command.Execute();
        }
    }
AddTFTestCaseCommand