DisposableReadLock Structure

A read lock object.

Definition

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

Constructors

DisposableReadLock Initializes a new instance of the DisposableReadLock class and acquires a reader lock.

Methods

Dispose Releases the acquired reader lock, if it was acquired.
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