Exemple #1
0
 private void Refresh_HostName()
 {
     if (!_staticUpdated && !disposed)
     {
         Logger.LogMessage("Begin HostName Refresh...", LogType.Debug);
         attributes["HostName"] = _client.GetCommandResponse("hostname");
     }
 }