RemoveWatch() 공개 메소드

public RemoveWatch ( string pathname ) : void
pathname string
리턴 void
예제 #1
0
 override protected void Finish()
 {
     base.Finish();
     try {
         session.RemoveWatch(pathname);
     }
     catch {
         // Ignore, we've lost WMI connection
     }
 }