Prism.Ioc Container #2452
Unanswered
Midnayt
asked this question in
Xamarin.Forms
Replies: 2 comments 7 replies
-
well, usually you wouldn't need to "clear" a registration. Instead you would update the instance to point to the correct server. Or you could replace the instance with another instance. |
Beta Was this translation helpful? Give feedback.
1 reply
-
My understanding is that there is no general way to replace instances.
|
Beta Was this translation helpful? Give feedback.
6 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.
-
@brianlagunas Is it possible to cleare registered singltons? f.e. I have a few servers with different data wich can be stored at interfaces and when logout I need to cleare that, because when I'll choose another server some info will be restored from previous server.
Beta Was this translation helpful? Give feedback.
All reactions