System::Threading::Tasks::TaskScheduler::FromCurrentSynchronizationContext method

TaskScheduler::FromCurrentSynchronizationContext method

Creates a TaskScheduler associated with the current thread.

static SharedPtr<TaskScheduler> System::Threading::Tasks::TaskScheduler::FromCurrentSynchronizationContext()

ReturnValue

A TaskScheduler associated with the current thread.

See Also