Messenger.Cleanup() Method
In This Article
Removes all references to the actions that belong to non-existing recipients.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.WinUI.Mvvm.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Remarks
The Cleanup method execution takes a while. To avoid a program freeze, you can use the RequestCleanup() method. It will invoke dead reference removal asynchronously when the current application is idle.
See Also