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