WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
FinalizeMessage Method
NamespacesIBM.Broker.PluginNBMessageFinalizeMessage()()()()
SUMMARY
Performs finalizing processing on the message.
Declaration Syntax
C#Visual BasicVisual C++F#
public void FinalizeMessage()
Public Sub FinalizeMessage
public:
void FinalizeMessage()
member FinalizeMessage : unit -> unit 
Remarks

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.

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0