AsyncReaderWriterLock.Suppression Struct

Definition

A value whose disposal restores visibility of any locks held by the caller.

public: value class AsyncReaderWriterLock::Suppression : IDisposable
public struct AsyncReaderWriterLock.Suppression : IDisposable
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct AsyncReaderWriterLock.Suppression : IDisposable
type AsyncReaderWriterLock.Suppression = struct
    interface IDisposable
[<System.Runtime.CompilerServices.IsReadOnly>]
type AsyncReaderWriterLock.Suppression = struct
    interface IDisposable
Public Structure AsyncReaderWriterLock.Suppression
Implements IDisposable
Inheritance
AsyncReaderWriterLock.Suppression
Attributes
Implements

Methods

Dispose()

Restores visibility of hidden locks.

Applies to

Thread Safety

This type is thread-safe for all members.