Leave;
The Leave method leaves a critical section.
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.
The example of use is given in description of the IForeCriticalSection.Enter method.
See also: