You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TFifoCriticalSection Class > TFifoCriticalSection Methods > TFifoCriticalSection.Enter Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TFifoCriticalSection.Enter Method

Enter the critical section.

Syntax
C#
Visual Basic
public void Enter();

Guarantees the sequence of threads that pass through, to match the order in which they called Enter. 

Important: Always need to call "Leave" before calling "Enter" on the same critical section by the same thread again.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!