G
Glenn Dekhayser
Weird question, hopefully someone out there can help.
I am basically iterating through a list of files, using
QueueUserWorkItem to spawn a thread to process each file.
I am using a wrapper class around the processing logic as a way to set
parameters for the logic.
So I do the QueueUserWorkItem and the processing goes on its merry
way.
I want to know when the processing for each file is done- how do I
know (or how do I determine) when the processing for each is complete
so I can keep tabs on what's done and what's not??
Thanks in advance, anyone!
Glenn Dekhayser
I am basically iterating through a list of files, using
QueueUserWorkItem to spawn a thread to process each file.
I am using a wrapper class around the processing logic as a way to set
parameters for the logic.
So I do the QueueUserWorkItem and the processing goes on its merry
way.
I want to know when the processing for each file is done- how do I
know (or how do I determine) when the processing for each is complete
so I can keep tabs on what's done and what's not??
Thanks in advance, anyone!
Glenn Dekhayser