Description of TLSrvConnectCommand.
Inheritance: TLSrvCommand
Ejemplo n.º 1
0
        protected override void BeginProcessing()
        {
            CheckCmdletParameters();
            var command = new TLSrvConnectCommand(this);

            command.Execute();
        }
Ejemplo n.º 2
0
 protected override void BeginProcessing()
 {
     CheckCmdletParameters();
     var command = new TLSrvConnectCommand(this);
     command.Execute();
 }