AsyncCrossProcessMutex.LockReleaser Struct

Definition

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.

Applies to