NBComputeNode OnDelete Method IBM Integration Bus
Called when a flow is stopped or deleted.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public virtual void OnDelete()
Remarks

This method can optionally be overridden to provide place for clean-up to be performed. If this method throws an exception it will be ignored.
See Also