Allows for inter-process locking and synchronization.
Inheritance: IDisposable
Exemple #1
0
 internal Releaser(MutexLock mutexLock)
 {
     _mutexLock = mutexLock;
 }
 internal Releaser(MutexLock mutexLock)
 {
     _mutexLock = mutexLock;
 }