System::Threading::Tasks::TaskScheduler::get_Current method

TaskScheduler::get_Current method

Gets the TaskScheduler associated with the currently executing task.

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

ReturnValue

The TaskScheduler associated with the currently executing task.

See Also