Initializes a new instance of the RTMutex class with a Boolean value indicating whether the calling thread should have initial ownership of the mutex.
Namespace: RTX.ThreadingAssembly: IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
Parameters
- initiallyOwned
- Type:
System Boolean
true to give the calling thread initial ownership of the mutex; otherwise, false.
See Also