System::Threading::SynchronizationContext klasse
SynchronizationContext class
Biedt de basisfunctionaliteit voor het doorgeven van een synchronisatie-context over verschillende synchronisatie-bewerkingen.
class SynchronizationContext : public System::Object
Methoden
| Methode | Beschrijving |
|---|---|
| static get_Current() | Haalt de synchronisatie‑context op voor de huidige thread. |
| static SetSynchronizationContext(const SharedPtr<SynchronizationContext>&) | Stelt de synchronisatie‑context in voor de huidige thread. |
| SynchronizationContext() | RTTI-informatie. |
Opmerkingen
Deze klasse maakt de propagatie van synchronisatie‑context tussen threads mogelijk en wordt gebruikt om callbacks of aanroepen te marshallen naar de juiste thread of synchronisatie‑context. Dummy‑implementatie.
Zie ook
- Class Object
- Namespace System::Threading
- Library Aspose.Page for C++