System::Threading::SynchronizationContext classe
SynchronizationContext class
Fournit les fonctionnalités de base pour propager un contexte de synchronisation à travers diverses opérations de synchronisation.
class SynchronizationContext : public System::Object
Méthodes
| Méthode | Description |
|---|---|
| static get_Current() | Obtient le contexte de synchronisation pour le thread actuel. |
| static SetSynchronizationContext(const SharedPtr<SynchronizationContext>&) | Définit le contexte de synchronisation pour le thread actuel. |
| SynchronizationContext() | Informations RTTI. |
Remarques
Cette classe permet la propagation du contexte de synchronisation entre les threads et est utilisée pour transmettre les rappels ou les invocations au thread ou au contexte de synchronisation approprié. Implémentation factice.
Voir aussi
- Class Object
- Namespace System::Threading
- Library Aspose.Page for C++