How to invoke a ReactiveCommand and wait for it to finish? #3615
-
If a ReactiveCommand body is a async method and has a await statement,
and in somewhere I execute the command by this:
The |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I found the solution, I can use "await CmdQueryDoffIdList.Execute().ToTask();" |
Beta Was this translation helpful? Give feedback.
I found the solution, I can use "await CmdQueryDoffIdList.Execute().ToTask();"