WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
OnInitialize Method
NamespacesIBM.Broker.PluginNBComputeNodeOnInitialize()()()()
SUMMARY
Called before a message flow deploy is committed.
Declaration Syntax
C#Visual BasicVisual C++F#
public virtual void OnInitialize()
Public Overridable Sub OnInitialize
public:
virtual void OnInitialize()
abstract OnInitialize : unit -> unit 
override OnInitialize : unit -> unit 
Remarks
This method can optionally be overridden to provide place for initialization to be performed before the node starts processing messages. If this method throws an exception, the message flow deploy will fail as the exception will cause the deployment to be rolled back.

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