ClearMonitor() 공개 정적인 메소드

public static ClearMonitor ( string token ) : void
token string
리턴 void
예제 #1
0
 public void clearInterval(string token)
 {
     ScriptTimerMonitor.ClearMonitor(token);
 }
예제 #2
0
 public void clearTimeout(string token)
 {
     ScriptTimerMonitor.ClearMonitor(token);
 }