Méthode System::Threading::SynchronizationContext::Send
SynchronizationContext::Send method
Exécute le callback de manière synchrone.
virtual void System::Threading::SynchronizationContext::Send(SendOrPostCallback d, SharedPtr<Object> state)
| Paramètre | Type | Description |
|---|---|---|
| d | SendOrPostCallback | Rappel à exécuter. |
| state | SharedPtr<Object> | Object à passer comme argument du rappel. |
Remarques
Non implémenté.
Voir aussi
- Typedef SendOrPostCallback
- Typedef SharedPtr
- Class Object
- Class SynchronizationContext
- Namespace System::Threading
- Library Aspose.Font for C++