AsyncReaderWriterLock.Suppression 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.
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.