Fore > Fore Assembly Classes > ForeCriticalSection
Assembly: Fore;
Namespace: Prognoz.Platform.Interop.KeFore;
The ForeCriticalSection class implements a critical section used on working with threads.
Class to get analog of the ForeCriticalSection class:
None;
Class to get analog of the ForeCriticalSection class object:
ForeCriticalSectionClass
Method name | Brief description | |
![]() |
Enter | The Enter method enters a critical section. |
![]() |
Leave | The Leave method leaves a critical section. |
See also: