Description of TLSrvConnectCommand.
상속: TLSrvCommand
        protected override void BeginProcessing()
        {
            CheckCmdletParameters();
            var command = new TLSrvConnectCommand(this);

            command.Execute();
        }
예제 #2
0
 protected override void BeginProcessing()
 {
     CheckCmdletParameters();
     var command = new TLSrvConnectCommand(this);
     command.Execute();
 }