Class which holds the connection with the master tv-server
예제 #1
0
 private static void HandleFailure()
 {
     RemoteControl.Clear();
 }
예제 #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);
 }