NBMessageAssembly MembersIBM Integration Bus

The NBMessageAssembly type exposes the following members.
Constructors

  NameDescription
Public methodNBMessageAssembly(NBMessageAssembly, NBMessage)
Creates an NBMessageAssembly based upon the sourceAssembly passed in by adding in the sourceMessage.
Public methodNBMessageAssembly(NBMessageAssembly, NBMessage, NBMessage)
Creates an NBMessageAssembly based upon the sourceAssembly passed in by adding in the sourceMessage and sourceLocalEnvironment
Public methodNBMessageAssembly(NBMessageAssembly, NBMessage, NBMessage, NBMessage)
Creates an NBMessageAssembly based upon the sourceAssembly passed in by adding in the sourceMessage, sourceLocalEnvironment and sourceExceptionList.
Back to Top
Methods

  NameDescription
Public methodDispose 
Releases all resources used by the NBMessageAssembly
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the NBMessageAssembly and optionally releases the managed resources
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyEnvironment
Returns the Environment from the assembly.
Public propertyExceptionList
Returns the ExceptionList from the assembly.
Public propertyLocalEnvironment
Returns the LocalEnvironment from the assembly.
Public propertyMessage
Returns the Message from the assembly.
Back to Top
See Also