which can create bytes array data. But i want to generate those data continuous in background of my application (some how in separate thread). I want to apply the priority on this function.
I have many ways but I want best way.
Async method
System.Timers.Timer
System.Threading.Timer
Can anyone tell me what will best? And Please give me some examples
depends what triggers the creation of new byte arrays... or their consumption rate?
Обсуждают сегодня