IRWMutex.TryCreateWriteLock

Syntax

TryCreateWriteLock: ILock;

Description

The TryCreateWriteLock method tries to create an object that controls data write locking.

Comments

In case of successful execution the method returns the object that is used to control data write locking. If an locking control object cannot be created, for example, write locking is already enabled, the method returns Null.

See also:

IRWMutex