IRWMutex.UnlockWrite

Syntax

UnlockWrite;

Description

The UnlockWrite method disables data write locking.

Comments

This method must be called after data read is complete if the IRWMutex.LockWrite method was called before.

Example

The example of use is given in description of the IRWMutex.LockWrite method.

See also:

IRWMutex