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 LockRead method was called before.

Example

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

See also:

IRWMutex