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

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