public async Task <bool> RebootAsync(string hostAddress) { var cmd = new CommandIkusNetReboot(); return(await SendConfigurationCommandAsync(hostAddress, cmd)); }
public bool Reboot(string hostAddress) { var cmd = new CommandIkusNetReboot(); return(SendConfigurationCommand(hostAddress, cmd)); }