Table of Contents

Struct AsyncCrossProcessMutex.LockReleaser

Namespace
Microsoft.VisualStudio.Threading
Assembly
Microsoft.VisualStudio.Threading.dll

The value returned from EnterAsync(TimeSpan) that must be disposed to release the mutex.

public struct AsyncCrossProcessMutex.LockReleaser : IDisposable
Implements
Inherited Members

Properties

IsAbandoned

Gets a value indicating whether the mutex was abandoned by its previous owner.

public readonly bool IsAbandoned { get; }

Property Value

bool

Methods

Dispose()

Releases the named mutex.

public void Dispose()