WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
Propagate Method (assembly, options)
NamespacesIBM.Broker.PluginNBRoutePropagate(NBMessageAssembly, NBMessageControl)
SUMMARY
Propagates an NBMessageAssembly to the label with the options specified.
Declaration Syntax
C#Visual BasicVisual C++F#
public void Propagate(
	NBMessageAssembly assembly,
	NBMessageControl options
)
Public Sub Propagate ( _
	assembly As NBMessageAssembly, _
	options As NBMessageControl _
)
public:
void Propagate(
	NBMessageAssembly^ assembly, 
	NBMessageControl options
)
member Propagate : 
        assembly:NBMessageAssembly * 
        options:NBMessageControl -> unit 
Parameters
assembly (NBMessageAssembly)
The NBMessageAssembly being propagated.
options (NBMessageControl)
The options controlling finalization of the propagated message.

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