No announcements
Found 3010210 threads
-
2 Votes
How to cancel a task<T> cooperatively?
But how do I cancel my work within the calculation?Answered | 5 Replies | 6402 Views | Created by RAB36 - Friday, May 13, 2011 12:45 PM | Last reply by RAB36 - Friday, May 27, 2011 5:40 AM -
0 Votes
Cancel the Task
See the documentation with ...Answered | 1 Replies | 956 Views | Created by lctk - Thursday, August 9, 2018 4:51 AM | Last reply by Kareninstructor - Thursday, August 9, 2018 10:19 AM -
0 Votes
IObservable<T> and Task<T>
Hi Fil, In addition to the conversion methods that James mentioned, there are also ToObservable extension methods for Task and ...Answered | 4 Replies | 6841 Views | Created by Fil Mackay - Friday, November 26, 2010 1:08 AM | Last reply by Fil Mackay - Sunday, November 28, 2010 11:54 AM -
0 Votes
How to cancel a task operation
How can I do that ?Answered | 6 Replies | 3338 Views | Created by Serge Calderara - Friday, January 18, 2013 1:56 PM | Last reply by Serge Calderara - Saturday, January 19, 2013 8:05 AM -
4 Votes
Cancelling a task and TaskCancelException
I expect to use tasks and cancellations in many different projects supporting customers.Answered | 5 Replies | 6498 Views | Created by Christian Nagel - Tuesday, July 21, 2009 1:21 PM | Last reply by Christian Nagel - Tuesday, July 21, 2009 8:18 PM -
0 Votes
< and > is coming in xml
Hi , I am loading xml in orchestration but the xml is coming like <BTSFaultRoot> <Test ...Answered | 3 Replies | 4928 Views | Created by kapil kumar velpuri - Thursday, September 27, 2012 12:34 PM | Last reply by Jean-Paul Smit - Thursday, September 27, 2012 2:31 PM -
1 Votes
Cancel the task
Only you know when and how your task can be cancelled, so you will have to write the code to check that and cancel out.Answered | 5 Replies | 3294 Views | Created by NMG1852951 - Thursday, April 12, 2012 6:35 AM | Last reply by Rob Caplan [MSFT] - Thursday, April 19, 2012 10:02 PM -
0 Votes
How to cancel the operation performed in the Task
If you are uploading big amount of data in single call then cancelling the upload operation may not be possible.Answered | 2 Replies | 1166 Views | Created by 大傻蛋啊 - Tuesday, March 26, 2013 9:42 AM | Last reply by 大傻蛋啊 - Wednesday, March 27, 2013 2:46 AM -
0 Votes
How is a canceled ContinueWith task treated by the finalizer?
If you access a Canceled task's Exception property, it'll be null.Answered | 10 Replies | 5868 Views | Created by xor88 - Wednesday, December 7, 2011 2:03 PM | Last reply by xor88 - Friday, December 9, 2011 9:12 AM -
0 Votes
Returning result from canceled task
All operation canceled exceptions are translated into the returned task being canceled, and the exception gets thrown away.Answered | 5 Replies | 5003 Views | Created by sergunok - Monday, February 14, 2011 7:20 AM | Last reply by Stephen Toub - MSFT - Tuesday, February 15, 2011 5:17 AM -
0 Votes
Unable to Cancel tasks using Cancellation Token in TPL
I need some help on how to handle the AggregationException and Cancelling the tasks.Answered | 2 Replies | 1885 Views | Created by Rajeshlh - Wednesday, January 30, 2013 9:04 PM | Last reply by Bob Shen - Thursday, January 31, 2013 7:05 AM -
3 Votes
cancelling a task, two questions
First, the Task will eventually start executing regardless of whether cancellation was requested before the thread pool got around to processing it; if you pass the token as a ...Answered | 1 Replies | 6222 Views | Created by Frédo - Wednesday, November 28, 2012 9:28 AM | Last reply by Stephen Toub - MSFT - Wednesday, November 28, 2012 3:41 PM -
0 Votes
Cancelling a Task out of Several tasks
4- The previous steps are all done for all 1000 tasks, so I end up with 1000 cancellation token source that are assigned to each task (one to one).Answered | 4 Replies | 5511 Views | Created by Tamer Yousef - Wednesday, November 24, 2010 4:19 PM | Last reply by Tamer Yousef - Tuesday, December 7, 2010 6:38 PM -
0 Votes
Cancelling Running Task without Async and Await
You could put the tasks and cancellation source in static variables.Answered | 4 Replies | 593 Views | Created by ID GO - Monday, November 14, 2016 2:22 PM | Last reply by chilberto - Monday, November 14, 2016 9:19 PM -
0 Votes
<SSRS Deployment>
Can someone suggest how to properly deploy it.Answered | 1 Replies | 1946 Views | Created by ksunny - Thursday, September 10, 2015 6:58 PM | Last reply by Qiuyun Yu - Friday, September 11, 2015 2:37 AM -
0 Votes
Await and Canceled Task
using System; using System.Threading.Tasks; using System.Threading; namespace CSharpConsole { class ...Answered | 12 Replies | 14033 Views | Created by Vlada Bodecek - Tuesday, November 2, 2010 6:22 PM | Last reply by Robert8399 - Saturday, December 4, 2010 1:00 AM -
0 Votes
Cancel all running task in class
You can create List<CancellationTokenSource> and in method CancelAllTask() stop all tasks in your list.Answered | 1 Replies | 1542 Views | Created by Dheeraj pk - Wednesday, September 11, 2013 6:10 AM | Last reply by Oleg Kurzov - Wednesday, September 11, 2013 6:38 AM -
0 Votes
Windows Store apps - Tasks cancellation
This is used to cancel tasks.Answered | 1 Replies | 2041 Views | Created by kalel111 - Saturday, September 14, 2013 2:39 AM | Last reply by Thomas Claudius Huber - Saturday, September 14, 2013 9:32 PM -
1 Votes
TPL - Cancelling child tasks
Task t2 could be cancelled after the execution in metod Task1 completes and ThrowIfCancelltionRequested wouldn`t help.Answered | 4 Replies | 7642 Views | Created by x_Xander_x - Thursday, February 17, 2011 7:33 AM | Last reply by Shyam Maggo - Monday, April 23, 2012 7:59 PM -
0 Votes
Gridview LoadMoreItemsAsync Tasks Cancel?
I found the reason => it is currently not supported with VariableSizedWrapGrid .... but however now I get an exception outside of stack trace ;) maybe some ideas?Answered | 4 Replies | 2110 Views | Created by juvi123 - Thursday, October 25, 2012 8:53 PM | Last reply by turibbio - Sunday, October 28, 2012 9:40 AM - Items 1 to 20 of 3010210 Next ›
No announcements