Performs finalizing processing on the message.

C# | Visual Basic | Visual C++ | F# |
public void FinalizeMessage()
Public Sub FinalizeMessage
public: void FinalizeMessage()
member FinalizeMessage : unit -> unit

Causes the broker to request parsers that support the finalize feature to perform their finalize processing on the message. The behavior of this processing is specific to each parser.
Bye default finalization happens automatically when a message is propagated.
Note this is the message broker finalization process, not .NET Garbase Collection (GC) finalization.