Arch Sub-System: Threading - Signal

01 This class provides the same functions as the Lib Threading variant.
02

[C++] class Signal
[C#] sealed class Signal

03

Public Methods

TypeNameDescription
Constructor() Creates a Signal object.
[C++] Destructor() Destroys the Signal object.
voidSet() Sets the Signal object.
voidWait() Waits for the Signal object.
04 C++ wraps the Lib functions while C# recreates it using an AutoResetEvent.
See the Lib functions for a full description on the behaviour of the object.
05 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Threading Sub-System

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