IMessenger.Cleanup Method

Definition

Performs a cleanup on the current messenger. Invoking this method does not unregister any of the currently registered recipient, and it can be used to perform cleanup operations such as trimming the internal data structures of a messenger implementation.

public void Cleanup ();
abstract member Cleanup : unit -> unit
Public Sub Cleanup ()

Applies to