You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any possibility of implementing IAsyncDisposable for ViewModels?
I'm using the Dispose method as my main way of detecting a user disconnect as recommend in #151, but I have some async work I need to do during that method. It would be great to have the option of overriding DisposeAsync to handle this.
The text was updated successfully, but these errors were encountered:
Any possibility of implementing IAsyncDisposable for ViewModels?
I'm using the
Dispose
method as my main way of detecting a user disconnect as recommend in #151, but I have some async work I need to do during that method. It would be great to have the option of overridingDisposeAsync
to handle this.The text was updated successfully, but these errors were encountered: