IRWMutex.UnlockRead

Syntax

UnlockRead;

Description

The UnlockRead method disables data read locking.

Comments

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

Example

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

See also:

IRWMutex