System::Threading::Mutex::Mutex-Konstruktor
Mutex::Mutex() constructor
RTTI-Informationen.
System::Threading::Mutex::Mutex()
Hinweise
Erstellt ein nicht besessenes Mutex.
Siehe auch
- Class Mutex
- Namespace System::Threading
- Library Aspose.Font for C++
Mutex::Mutex(bool) constructor
Konstruktor.
System::Threading::Mutex::Mutex(bool initiallyOwned)
| Parameter | Typ | Beschreibung |
|---|---|---|
| initiallyOwned | bool | Wenn true, ist das zu erstellende Mutex zu Beginn im Besitz. |
Siehe auch
- Class Mutex
- Namespace System::Threading
- Library Aspose.Font for C++
Mutex::Mutex(bool, const String&) constructor
Konstruktor.
System::Threading::Mutex::Mutex(bool initiallyOwned, const String &name)
| Parameter | Typ | Beschreibung |
|---|---|---|
| initiallyOwned | bool | Wenn true, ist das zu erstellende Mutex zu Beginn im Besitz. |
| Name | const String& | Name des Mutex. |
Siehe auch
- Class String
- Class Mutex
- Namespace System::Threading
- Library Aspose.Font for C++