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