Replies: 1 comment
-
|
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
-
Hello,
I am using Prism for a number of years and it is a very helpful framework.
In order to work with a REST api as datasource (instead of a direct client - server - app) I need to go async. By using the extension to the Task I can build fire&forget scenarios and also use a callback.
But: What is the best way to start async methods from the Prism bootstrapper? I cannot use a callback and come back to the next bootsrapper step. The async loaded data needs to be in place before the shell will be created.
Any experience on this subject is very welcome.
Thanks
Niko
Beta Was this translation helpful? Give feedback.
All reactions