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

FunctionT typedef

Internal implementation. Not for user code.

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

Remarks

Function type for internal task execution

See Also