NBMessageAssembly is the top level structure used to pass messages between
nodes. As well as the message itself, it also contains the exception list
and the local and global environments all represented by
NBMessage objects.
System Object IBM.Broker.Plugin NBMessageAssemblyNamespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public class NBMessageAssembly : IDisposable
public class NBMessageAssembly : IDisposable
Public Class NBMessageAssembly
Implements IDisposable
Public Class NBMessageAssembly
Implements IDisposable
public ref class NBMessageAssembly : IDisposable
public ref class NBMessageAssembly : IDisposable
type NBMessageAssembly =
class
interface IDisposable
end
type NBMessageAssembly =
class
interface IDisposable
end
Warning: caching
NBMessageAssembly objects over multiple message flow invocations is unsupported
because the internal state will be reset at the end of each message flow invocation.