System.Threading.Mutex: Method Members

The methods of System.Threading.Mutex are listed below. For a list of all members, see the Mutex Members list.

See Also: Inherited members from System.Threading.WaitHandle

Public Methods

GetAccessControl() : System.Security.AccessControl.MutexSecurity

Gets a System.Security.AccessControl.MutexSecurity object that represents the access control security for the named mutex.

static
OpenExisting(string) : Mutex

Opens the specified named mutex, if it already exists.

static
OpenExisting(string, System.Security.AccessControl.MutexRights) : Mutex

Opens the specified named mutex, if it already exists, with the desired security access.

ReleaseMutex()

Releases the System.Threading.Mutex once.

SetAccessControl(System.Security.AccessControl.MutexSecurity)

Sets the access control security for a named system mutex.

static
TryOpenExisting(string, out Mutex) : bool
Documentation for this section has not yet been entered.
static
TryOpenExisting(string, System.Security.AccessControl.MutexRights, out Mutex) : bool
Documentation for this section has not yet been entered.