Arch Sub-System: Threading - GlobalLock

01 The GlobalLock class covers the functions for ensuring the Global Lock state.
02

[C++] class GlobalLock
[C#] sealed class GlobalLock: IDisposable

03

Public Methods

TypeNameDescription
Constructor() Enters Global Lock state.
[C++] Destructor() Leaves Global Lock state.
void[C#] Dispose() Leaves Global Lock state.
04 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Threading Sub-System, Lib Global Lock Sub-System

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.