Mark Reed asked 2017-07-26 17:42:11 UTC
What are the scenarios where I would use Application.Update vs Control.Update? If I do an Application.StartTask is there any need to do an Application.Update inside the task to get the ui to refresh?
Essentially I've got a custom usercontrol with a new event handler called BackgroundLoad. I'm use it for long running operations and I'm trying to put it inside an Application.StartTask and have any ui changes get refreshed back to the client. I'm getting inconsistent results.
Mark Reed asked 2017-07-26 17:42:11 UTC
What are the scenarios where I would use Application.Update vs Control.Update? If I do an Application.StartTask is there any need to do an Application.Update inside the task to get the ui to refresh?
Essentially I've got a custom usercontrol with a new event handler called BackgroundLoad. I'm use it for long running operations and I'm trying to put it inside an Application.StartTask and have any ui changes get refreshed back to the client. I'm getting inconsistent results.