The members of System.Threading.Semaphore are listed below.
See Also: Inherited members from System.Threading.WaitHandle
Initializes a new instance of the System.Threading.Semaphore class, specifying the maximum number of concurrent entries and optionally reserving some entries. | ||
Initializes a new instance of the System.Threading.Semaphore class, specifying the maximum number of concurrent entries, optionally reserving some entries for the calling thread, and optionally specifying the name of a system semaphore object. | ||
Documentation for this section has not yet been entered. | ||
Documentation for this section has not yet been entered. |
GetAccessControl()
| ||
static | OpenExisting(string)
| |
static | OpenExisting(string, System.Security.AccessControl.SemaphoreRights)
| |
Release()
| ||
Release(int)
| ||
SetAccessControl(System.Security.AccessControl.SemaphoreSecurity)
| ||
static | TryOpenExisting(string, out Semaphore)Documentation for this section has not yet been entered. | |
static | TryOpenExisting(string, System.Security.AccessControl.SemaphoreRights, out Semaphore)Documentation for this section has not yet been entered. |