VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
NamedMutex Class Reference

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...
 

Detailed Description

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


The documentation for this class was generated from the following file: