AsyncCrossProcessMutex.LockReleaser Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The value returned from EnterAsync(TimeSpan) that must be disposed to release the mutex.
public struct AsyncCrossProcessMutex.LockReleaser : IDisposable
type AsyncCrossProcessMutex.LockReleaser = struct
interface IDisposable
Public Structure AsyncCrossProcessMutex.LockReleaser
Implements IDisposable
- Inheritance
-
AsyncCrossProcessMutex.LockReleaser
- Implements
Properties
IsAbandoned |
Gets a value indicating whether the mutex was abandoned by its previous owner. |
Methods
Dispose() |
Releases the named mutex. |