Ejemplo n.º 1
0
 public void EscalateLock()
 {
     if (!CacheLock.TryEnterWriteLock(_timeOut))
     {
         ThrowTimeoutException("escalated write");
     }
 }