DisposableWriteLock Structure

A read lock object.

Definition

Namespace: SnapDB.Threading
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public struct DisposableWriteLock : IDisposable
Inheritance
Object    ValueType    DisposableWriteLock
Implements
IDisposable

Constructors

DisposableWriteLock Initializes a new instance of the DisposableWriteLock class and acquires a writer lock on the specified ReaderWriterLock.

Methods

Dispose Releases the acquired writer lock on the associated ReaderWriterLock, allowing other threads to acquire locks.
EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also