.net - What is the correct way to end a System.Threading.Tasks.Task? -



.net - What is the correct way to end a System.Threading.Tasks.Task? -

as per title really.

i have long running task polls message queue.

occasionally may wish stop task, work , start again. right way of doing this?

the proper way of stooping tasks using cancellation tokens.

.net multithreading task

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -