System::Threading::SynchronizationContext::Post 方法
SynchronizationContext::Post method
异步运行回调。
virtual void System::Threading::SynchronizationContext::Post(SendOrPostCallback d, SharedPtr<Object> state)
| 参数 | 类型 | 描述 |
|---|---|---|
| d | SendOrPostCallback | 要执行的回调。 |
| state | SharedPtr<Object> | Object 作为回调参数传递。 |
另见
- Typedef SendOrPostCallback
- Typedef SharedPtr
- Class Object
- Class SynchronizationContext
- Namespace System::Threading
- Library Aspose.Font for C++