RemoveWatch() public méthode

public RemoveWatch ( string pathname ) : void
pathname string
Résultat void
Exemple #1
0
 override protected void Finish()
 {
     base.Finish();
     try {
         session.RemoveWatch(pathname);
     }
     catch {
         // Ignore, we've lost WMI connection
     }
 }