RtMutex Constructor

Overload List

  Name Description

Public method

RtMutex

Initializes a new instance of the RtMutex class with default properties.

Public method

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.

Public method

RtMutex (Boolean, String)

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.

Public method

RtMutex (Boolean, String, 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, 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: