Semaphore::OpenExisting Method

 

Opens a specified named semaphore, if it already exists.

Namespace:   System.Threading
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticOpenExisting(String^)

Opens the specified named semaphore, if it already exists.

System_CAPS_pubmethodSystem_CAPS_staticOpenExisting(String^, SemaphoreRights)

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

Return to top
Show: