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

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