Replies: 1 comment
-
How do you launch the Task ?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I try to print some information in textbox in a task, using code like below:
DispatcherQueue.TryEnqueue(() => tbOutput.Text += Environment.NewLine + message);
But message does not show up immediately, instead all messages show up after the task completed.
How to do?
Beta Was this translation helpful? Give feedback.
All reactions