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

Leave the critical section.

Syntax
C#
Visual Basic
public void Leave();

Guarantees the sequence of threads that pass through, to match the sequence 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!