Skip to main content

Messenger.Cleanup() Method

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

public void Cleanup()

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