K
Karen Hill
I have a winform in .NET 2.0 that uses will require the use of a
backgroundWorker thread due to the long processing time of one Command
.. I have a data provider whose Connection class is not thread safe. I
would like to know what the _best_ way to implement this is. Do I
create a copy constructor for the Connection class and create a new
instance for the Connection that will be used in the threaded function?
regards,
karen
backgroundWorker thread due to the long processing time of one Command
.. I have a data provider whose Connection class is not thread safe. I
would like to know what the _best_ way to implement this is. Do I
create a copy constructor for the Connection class and create a new
instance for the Connection that will be used in the threaded function?
regards,
karen