IForeCriticalSection.Leave

Syntax

Leave;

Description

The Leave method leaves a critical section.

Comments

To work with variables within a critical section, first call the Enter method. After calling the Leave method the access to variables from other threads is restored.

Example

The example of use is given in description of the IForeCriticalSection.Enter method.

See also:

IForeCriticalSection