Mounika

Mounika

  • NA
  • 93
  • 10.4k

conversion from objecttobyte array

Jun 27 2016 10:03 AM
Iam using BackGroundworker(name b1) thread to filling the list when it reaches 2GB data , i am trying to Convert list to byte array in another backgroundWorker (name b2)thread . Here at the time of Conversion(in b2 thread) from object to byte array , b1 and main thread are hanging