Skip to content
Discussion options

You must be logged in to vote

I don't see anything wrong with this code. Problem might be inside of ProcessPerDiemsAsync method.
It also important to remember, that Progress invokes ProgressChanged on sync context on which Progress object was created (see dotnet/runtime/Progress.cs#L34). So you need to ensure that you creates that object on UI thread.
If it didn't help, can you share minimal project to run and test?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@renrutsirhc
Comment options

Answer selected by renrutsirhc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants