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);
 }