Metodo System::Threading::SynchronizationContext::Post
SynchronizationContext::Post method
Esegue il callback in modo asincrono.
virtual void System::Threading::SynchronizationContext::Post(SendOrPostCallback d, SharedPtr<Object> state)
| Parametro | Tipo | Descrizione |
|---|---|---|
| d | SendOrPostCallback | Callback da eseguire. |
| state | SharedPtr<Object> | Object da passare come argomento del callback. |
Vedi anche
- Typedef SendOrPostCallback
- Typedef SharedPtr
- Class Object
- Class SynchronizationContext
- Namespace System::Threading
- Library Aspose.Font for C++