Release() public méthode

Exit the mutual exclusion.
The calling thread must currently hold the lock.
The lock is not currently held by the calling thread.
public Release ( ) : void
Résultat void
Exemple #1
0
 public void Dispose()
 {
     semaphore.Release();
 }
Exemple #2
0
 public void Dispose()
 {
     _asyncLazy.AssertInvariants_NoLock();
     s_gate.Release();
 }