Session.Stop() doubt

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

Fully closed means that all open instances have been disposed. Reopened means when Realm.GetInstance(Async) is called.

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.