Mutex Constructor (Boolean)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the Mutex class with a Boolean value that indicates whether the calling thread should have initial ownership of the mutex.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- initiallyOwned
- Type: System.Boolean
true to give the calling thread initial ownership of the mutex; otherwise, false.
Show: