A copy constructor for an NBMessage. An new NBMessage is constructed based on a deep copy of the existing message passed in.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax
Parameters
- message
- Type: IBM.Broker.Plugin NBMessage
Existing message.
See Also