|
VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
|
Simple wrapper around a mutex that requires a name and allows for locking mechanism in the form of an IDisposable rather than having to explictly call .ReleaseMutex
More...
Public Member Functions | |
| NamedMutex (string name) | |
| IDisposable | Acquire (TimeSpan timeSpan) |
| Calls `WaitOne with the provided Timespan More... | |
| IDisposable | Acquire (int milliseconds) |
| Calls `WaitOne with the provided number of milliseconds More... | |
Simple wrapper around a mutex that requires a name and allows for locking mechanism in the form of an IDisposable rather than having to explictly call .ReleaseMutex