Description of TLSrvConnectCommand.
Inheritance: TLSrvCommand
コード例 #1
0
        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();
 }