Semaphore Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the Semaphore class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Semaphore(Int32, Int32) | Initializes a new instance of the Semaphore class, specifying the maximum number of concurrent entries and optionally reserving some entries. |
|
Semaphore(Int32, Int32, String) | Security Critical. Initializes a new instance of the 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. |
|
Semaphore(Int32, Int32, String, Boolean) | Security Critical. Initializes a new instance of the Semaphore class, specifying the maximum number of concurrent entries, optionally reserving some entries for the calling thread, optionally specifying the name of a system semaphore object, and specifying a variable that receives a value indicating whether a new system semaphore was created. |
Show: