IRWMutex.TryCreateReadLock

Syntax

TryCreateReadLock: ILock;

Description

The TryCreateReadLock method tries to create an object that controls data read locking.

Comments

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:

IRWMutex