Overload | Description |
---|---|
MutexLock Constructor(String) | Creates and locks the named mutex |
MutexLock Constructor(String,Object[]) | Creates and locks the named mutex |
MutexLock Constructor(Int32,String,Object[]) | Creates and locks the named mutex or throws TimeoutException |
MutexLock Constructor(Int32,String) | Creates and locks the named mutex or throws TimeoutException |
MutexLock Constructor(Mutex) | Locks the provided mutex |
MutexLock Constructor(Int32,Mutex) | Locks the provided mutex or throws TimeoutException |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7