System::Threading::SynchronizationContext::Post Methode
SynchronizationContext::Post method
Führt den Rückruf asynchron aus.
virtual void System::Threading::SynchronizationContext::Post(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. |
Siehe auch
- Typedef SendOrPostCallback
- Typedef SharedPtr
- Class Object
- Class SynchronizationContext
- Namespace System::Threading
- Library Aspose.Font for C++