The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
EventWaitHandle::TryOpenExisting Method
.NET Framework (current version)
Opens a specified named synchronization event, if it already exists, and returns a value that indicates whether the operation succeeded.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | TryOpenExisting(String^, EventWaitHandle^%) | Opens the specified named synchronization event, if it already exists, and returns a value that indicates whether the operation succeeded. |
![]() ![]() | TryOpenExisting(String^, EventWaitHandleRights, EventWaitHandle^%) | Opens the specified named synchronization event, if it already exists, with the desired security access, and returns a value that indicates whether the operation succeeded. |
Show:

