Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8979135
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T19:46:43+00:00 2026-06-15T19:46:43+00:00

I am trying to create a Task with the TPL. eg: Task.Factory.StartNew(() => DoSomething());

  • 0

I am trying to create a Task with the TPL. eg:

Task.Factory.StartNew(() => DoSomething());

This works fine, but now I want to start it on the gui thread.

I can cache the gui scheduler with:

_uiScheduler = TaskScheduler.FromCurrentSynchronizationContext();

but I can’t see how to start a new task using this scheduler. All the examples I can find use Task.ContinueWith() to schedule a second task using _uiScheduler once the initial task has finished, but I want to create the initial task using this scheduler.

Cheers

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T19:46:44+00:00Added an answer on June 15, 2026 at 7:46 pm

    There is a huge number of overloads of StartNew. One of them accepts a scheduler. Simply pass None for the other parameters:

    Task.Factory.StartNew(() => DoSomething(), CancellationToken.None,
                          TaskCreationOptions.None, _uiScheduler);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to create a new thread each time Task.Factory.StartNew is called. The
I'm trying to create a packaged task with a functor like this: Worker w(someString,
I'm trying to create a Rake task that invokes two other rake tasks. I've
The task: I am trying to create a custom data type and have it
I am trying to create a json file from a rake task using rabl.
I am trying to figure out how to accomplish the following task: Create a
I am trying to implement a gradle task to dynamically create a buildsignature.properties file
Trying to create a black line in my view to separate text blocks but
I am studying task parallel library for .NET (TPL) , I am trying to
I am trying to create a Task application with Backbone.Js. Task is a model

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.