System::Threading::SynchronizationContext::Send 方法
SynchronizationContext::Send method
同步运行回调。
virtual void System::Threading::SynchronizationContext::Send(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++