Clear() 공개 정적인 메소드

Clears this instance.
public static Clear ( ) : void
리턴 void
예제 #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);
 }