TinyLockTinyLockRelease Structure

A structure that will allow releasing of a lock. This is returned by Lock.

Definition

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

Methods

Dispose Releases an acquired lock.
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