Mono Class Library: Overview

System.Threading.Semaphore: Method Members

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

See Also: Inherited members from System.Threading.WaitHandle

Public Methods

GetAccessControl() : System.Security.AccessControl.SemaphoreSecurity
Documentation for this section has not yet been entered.
static
OpenExisting(string) : Semaphore
Documentation for this section has not yet been entered.
static
OpenExisting(string, System.Security.AccessControl.SemaphoreRights) : Semaphore
Documentation for this section has not yet been entered.
Release() : int
Documentation for this section has not yet been entered.
Release(int) : int
Documentation for this section has not yet been entered.
SetAccessControl(System.Security.AccessControl.SemaphoreSecurity)
Documentation for this section has not yet been entered.