Click or drag to resize

MonitorSlimLock Methods

The MonitorSlimLock type exposes the following members.

Methods
  NameDescription
Public methodAcquire
Acquires a lock against this instance.
Public methodAcquire(Int64)
Public methodAcquire(Boolean, NullableT)
Public methodRelease
Releases this instance.
Public methodReleaseAcquire
Provides a temporary release of the lock if it is acquired. When the disposable object that is returned is disposed, the lock is re-acquired. This method is effectively the opposite of acquire.
Public methodToString
Returns a String that represents the current Object.
Top
Extension Methods
See Also