Struct AsyncReaderWriterLockReadToken
Represents an acquired read lock from an AsyncReaderWriterLock instance.
public readonly struct AsyncReaderWriterLockReadToken : IDisposable
- Implements
- Inherited Members
- Extension Methods
Properties
Lock
Associated AsyncReaderWriterLock instance.
public AsyncReaderWriterLock? Lock { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()