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 7801271
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T00:53:42+00:00 2026-06-02T00:53:42+00:00

For example let’s say I’m writing a method with the below signature (C#4 so

  • 0

For example let’s say I’m writing a method with the below signature (C#4 so no async keywords):

public Task Refresh();  

It will call one method (which also returns a Task) to perform the comms work, and then run a task continuation to update some internal state based on the retrieved data. e.g:

public Task Refresh()
{
    Task<MyData> commsTask = datasource.LoadData();
    Task handleDataTask = commsTask.ContinueWith( HandleNewData );

    return ?;
}  

If I return the handleDataTask it’s completion state correctly tracks the result of the ‘Refresh’ operation, but it doesn’t correctly report it’s started state.

I can wrap both in a new Task.Factory.StartNew and create them as child tasks, but it seems wasteful to spool up a new thread just for the sake of linking some task continuations.

Surely there is a neat efficient way to do this with the TPL?

  • 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-02T00:53:44+00:00Added an answer on June 2, 2026 at 12:53 am

    Usually, Task.Status is only used to find out about the final state. You can’t rely on the task beeing Started anyway because that state might change any time.

    Because of that fact it does not matter if the task you return has a “strange” state until it is completed. Only the three completed states (Completed, Canceled, Faulted) matter.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm struggling with the F# type signature notation. For example let's say you have
I'm having some trouble writing a query. For example: Let's say I have just
For Example: Let's say that I want to return a view that displays a
A simple example: Let's say I have one alias being sourced somewhere as: alias
There is an example (let us say in a file named mybatch.bat ): @echo
Is there any way to get PDF document text language? Example: Let's say I
Let's say for example i have URL containing the following percent encoded character :
Let's say for example I wanted to echo You are using Windows! or You
Please indulge my simplistic example: Let's say I have 1 million pages on my
Maybe a silly question but here goes anyway. Example: Let's say I have one

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.