RtMutex Constructor
Overload List
| Name | Description | |
|---|---|---|
|
|
Initializes a new instance of the RtMutex class with default properties. |
|
|
|
Initializes a new instance of the RtMutex class with a Boolean value indicating whether the calling thread should have initial ownership of the mutex. |
|
|
|
Initializes a new instance of the RtMutex 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. |
|
|
|
Initializes a new instance of the RtMutex 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: