CreateMutex(Boolean, String, Boolean)
|
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, and a String that is the name of the mutex.
|
CreateMutex(Boolean, String, Boolean, Boolean)
|
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, a String that is the name of the mutex,
and a Boolean variable that, when the method returns,
indicates whether the calling thread was granted initial ownership of the Mutex.
|
CreateMutex(Boolean, String, Boolean, Boolean, MutexSecurity)
|
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, a String that is the name of the mutex,
a Boolean variable that, when the method returns,
indicates whether the calling thread was granted initial ownership of the Mutex,
and the access control security to be applied to the Mutex.
|