Meta
Categories
Category Archives: c#
.Net BackgroundWorker Component
Overview Is a helper class in System.ComponentModel namespace Manages a worker thread Handles automatic marshaling/invoking: can update Windows forms Use BackgroundWorder Add a BackgroundWorker component to the form. Run it: backgroundWorker1.RunWorkerAsync(); // Parameter can be pass to worker as well … Continue reading
Posted in c#
Leave a comment