You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AsyncWorker asyncWorker = new AsyncWorker(worker, progress, null);
asyncWorker.RunWorkerAsync();
]]></script>
<p>
The progress callback will be called on the thread on which the async worker was started if this thread supports synchronization (UI thread do support synchronization).