Click or drag to resize

InterprocessLock Methods

The InterprocessLock type exposes the following members.

Methods
  Name Description
Public method Static member GetNamedMutex(Boolean) Gets a uniquely named inter-process Mutex associated with the running application, typically used to detect whether an instance of the application is already running.
Public method Static member GetNamedMutex(String) Gets a uniquely named inter-process Mutex associated with the specified name that identifies a source object needing concurrency locking.
Public method Static member GetNamedSemaphore(Boolean, Int32, Int32) Gets a uniquely named inter-process Semaphore associated with the running application, typically used to detect whether some number of instances of the application are already running.
Public method Static member GetNamedSemaphore(String, Int32, Int32) Gets a uniquely named inter-process Semaphore associated with the specified name that identifies a source object needing concurrency locking.
Top
See Also