Post()
SynchronizationContext::Post(SendOrPostCallback, SharedPtr<Object>) method
Runs callback asynchronously.
virtual void System::Threading::SynchronizationContext::Post(SendOrPostCallback d, SharedPtr<Object> state)
Arguments
| 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.Slides