System::Threading::Tasks::Task::FunctionT typedef

FunctionT typedef

内部实现。 不供用户代码使用。

using System::Threading::Tasks::Task::FunctionT =  std::function<void()>

备注

内部任务执行的函数类型

另见