Struct AsyncReaderWriterLockWriteToken
Represents an acquired write lock from an AsyncReaderWriterLock instance.
public readonly struct AsyncReaderWriterLockWriteToken : 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()