System::Threading::SynchronizationContext::Send Methode
SynchronizationContext::Send method
Führt den Rückruf synchron aus.
virtual void System::Threading::SynchronizationContext::Send(SendOrPostCallback d, SharedPtr<Object> state)
| Parameter | Typ | Beschreibung |
|---|---|---|
| d | SendOrPostCallback | Callback, der ausgeführt werden soll. |
| state | SharedPtr<Object> | Object zum Übergeben als Callback-Argument. |
Hinweise
Nicht implementiert.
Siehe auch
- Typedef SendOrPostCallback
- Typedef SharedPtr
- Class Object
- Class SynchronizationContext
- Namespace System::Threading
- Library Aspose.Font for C++