Hi, at .Net documentation ( Class Session | Realm ) i can’t understand “until the Realm is re-opened again after fully closing it.”
fully closing means ?
re-opened is when Realm.GetInstanceAsync() or App.Create() or when another taks is executed ?
thanks
nirinchev
(Nikola Irinchev)
2
Fully closed means that all open instances have been disposed. Reopened means when Realm.GetInstance(Async) is called.
1 Like
system
(system)
Closed
3
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.