P
Patrick J. Quick
Please forgive if this question has already been posted.
Why is the ThreadStart Delegate sealed?
Also, is there a way to pass a parameter (or parameters) to a thread proc?
Using CreateThread(...), we could pass a void pointer to the thread proc.
Any ideas or work arounds are greatly appreciated.
Thanks
Pat
Why is the ThreadStart Delegate sealed?
Also, is there a way to pass a parameter (or parameters) to a thread proc?
Using CreateThread(...), we could pass a void pointer to the thread proc.
Any ideas or work arounds are greatly appreciated.
Thanks
Pat