Ejemplo n.º 1
0
 public void DeleteSnapshot(string id)
 {
     lock (driver)
     {
         snapshotManager.DeleteSnapshot(id);
     }
 }