Description of RMConnectServerCommand.
Наследование: RMSrvCommand
Пример #1
0
        protected override void BeginProcessing()
        {
            CheckCmdletParameters();
            var command = new RMConnectServerCommand(this);

            command.Execute();
        }
Пример #2
0
        protected override void BeginProcessing()
        {
			CheckCmdletParameters();
            var command = new RMConnectServerCommand(this);
            command.Execute();
        }