Class WriteLock
Inheritance
System.Object
Namespace: Umbraco.Core
Assembly: Umbraco.Core.dll
Syntax
[Obsolete("Use ReaderWriterLockSlim directly. This will be removed in future versions.")]
public class WriteLock : IDisposable
Constructors
View SourceWriteLock(ReaderWriterLockSlim)
Initializes a new instance of the WriteLock class.
Declaration
public WriteLock(ReaderWriterLockSlim rwLock)
Parameters
Type | Name | Description |
---|---|---|
System.Threading.ReaderWriterLockSlim | rwLock | The rw lock. |