This topic has not yet been rated - Rate this topic

Semaphore.TryOpenExisting Method

.NET Framework 4.5

Opens a specified named semaphore, if it already exists, and returns a value that indicates whether the operation succeeded.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Static member TryOpenExisting(String, Semaphore) Opens the specified named semaphore, if it already exists, and returns a value that indicates whether the operation succeeded.
Public method Static member TryOpenExisting(String, SemaphoreRights, Semaphore) Opens the specified named semaphore, if it already exists, with the desired security access, and returns a value that indicates whether the operation succeeded.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.