Ejemplo n.º 1
0
 private Boolean AcquireLock()
 {
     return(LockHelper.WriteLock(Path, CreateLockContent()));
 }