TryCreateReadLock: ILock;
The TryCreateReadLock method tries to create an object that controls data read locking.
In case of successful execution the method returns the object that controls data read locking. If the data read locking control object cannot be created, for example, read data locking already exists, the method returns Null.
See also: