Overload List
Name | Description | |
---|---|---|
![]() |
RTMutex |
Initializes a new instance of the Mutex2 class with default properties.
|
![]() |
RTMutex(Boolean) |
Initializes a new instance of the RTMutex class with a Boolean value indicating whether the calling thread should have initial ownership of the mutex.
|
![]() |
RTMutex(Boolean, String) |
Initializes a new instance of the Mutex2 class with a Boolean value indicating whether the calling thread should have initial ownership of the mutex, and a string that is the name of the mutex.
|
![]() |
RTMutex(Boolean, String, Boolean ) |
Initializes a new instance of the Mutex2 class with a Boolean value indicating whether the calling thread should have initial ownership of the mutex, a string that is the name of the mutex, and a Boolean value that, when the method returns, will indicate whether the calling thread was granted initial ownership of the mutex.
|
See Also