ForeCriticalSection

Assembly: Fore;

Namespace: Prognoz.Platform.Interop.KeFore;

Description

The ForeCriticalSection class implements a critical section used on working with threads.

Fore.NET Syntax

Class to get analog of the ForeCriticalSection class:

None;

Class to get analog of the ForeCriticalSection class object:

ForeCriticalSectionClass

Class object methods inherited from IForeCriticalSection

  Method name Brief description
Enter The Enter method enters a critical section.
Leave The Leave method leaves a critical section.

See also:

Fore Assembly Classes