C# Communication between threads

后端 未结 6 487
情话喂你
情话喂你 2021-01-11 22:34

I am using .NET 3.5 and am trying to wrap my head around a problem (not being a supreme threading expert bear with me).

I have a windows service which has a very int

6条回答
  •  执笔经年
    2021-01-11 23:23

    Have you considered a BackgroundWorker?

    From what I understand, you just have a single thread that's doing work, unless the need arises where you have to cancel it's processing.

提交回复
热议问题