NamedSemaphore(Int32, Int32, String) | Initializes a new instance of the NamedSemaphore class, specifying the initial number of entries, the maximum number of concurrent entries, and the name of a system semaphore object. |
NamedSemaphore(Int32, Int32, String, Boolean) | Initializes a new instance of the NamedSemaphore class, specifying the initial number of entries, the maximum number of concurrent entries, the name of a system semaphore object, and specifying a variable that receives a value indicating whether a new system semaphore was created. |