CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: dglienna

Search: Search took 0.84 seconds.

  1. Replies
    5
    Views
    1,614

    Re: Continuation tasks

    This might help! http://msdn.microsoft.com/en-us/library/system.threading.tasks.task_methods%28v=vs.110%29.aspx
  2. Replies
    5
    Views
    1,614

    Re: Continuation tasks

    You have the same line in both places Task t= ...
  3. Replies
    5
    Views
    1,614

    Re: Continuation tasks

    That looks like what you have posted above. Mistake on your part?

    Here's a link, btw. http://msdn.microsoft.com/en-us/library/system.threading.tasks.taskcontinuationoptions%28v=vs.110%29.aspx
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured