CreateWriteLock: ILock;
The CreateWriteLock method creates an object that controls data write locking.
On creating an object, data write locking is automatically enabled. To disable locking, perform the ILock.Unlock method and reset the corresponding variable to zero.
See also: