Esempio n. 1
0
        public async Task <bool> RebootAsync(string hostAddress)
        {
            var cmd = new CommandIkusNetReboot();

            return(await SendConfigurationCommandAsync(hostAddress, cmd));
        }
Esempio n. 2
0
        public bool Reboot(string hostAddress)
        {
            var cmd = new CommandIkusNetReboot();

            return(SendConfigurationCommand(hostAddress, cmd));
        }