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

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