System::Threading::SynchronizationContext::Post method
SynchronizationContext::Post method
Runs callback asynchronously.
virtual void System::Threading::SynchronizationContext::Post(SendOrPostCallback d, SharedPtr<Object> state)
| Parameter | Type | Description |
|---|---|---|
| d | SendOrPostCallback | Callback to execute. |
| state | SharedPtr<Object> | Object to pass as callback argument. |
See Also
- Typedef SendOrPostCallback
- Typedef SharedPtr
- Class Object
- Class SynchronizationContext
- Namespace System::Threading
- Library Aspose.PDF for C++