Class which holds the connection with the master tv-server
Exemplo n.º 1
0
 private static void HandleFailure()
 {
     RemoteControl.Clear();
 }
Exemplo n.º 2
0
 private static void HandleFailure(string operation, Exception e)
 {
     RemoteControl.Clear();
     Log.Error("TvServer: Failed to execute remote TV server operation ({0}) {1}", operation, e.Message);
 }