Beispiel #1
0
 private Boolean AcquireLock()
 {
     return(LockHelper.WriteLock(Path, CreateLockContent()));
 }